Bagikan melalui


DeploymentProperties interface

Properti

helmChartPath

Jalur direktori bagan Helm di repositori.

helmValues

Lokasi file Helm Values.yaml di repositori.

kubeManifestLocations
manifestType

Menentukan jenis manifes dalam repositori.

overrides

Nilai penggantian manifes.

Detail Properti

helmChartPath

Jalur direktori bagan Helm di repositori.

helmChartPath?: string

Nilai Properti

string

helmValues

Lokasi file Helm Values.yaml di repositori.

helmValues?: string

Nilai Properti

string

kubeManifestLocations

kubeManifestLocations?: string[]

Nilai Properti

string[]

manifestType

Menentukan jenis manifes dalam repositori.

manifestType?: string

Nilai Properti

string

overrides

Nilai penggantian manifes.

overrides?: {[propertyName: string]: string}

Nilai Properti

{[propertyName: string]: string}