DeploymentProperties interface
Properti
| helm |
Jalur direktori bagan Helm di repositori. |
| helm |
Lokasi file Helm Values.yaml di repositori. |
| kube |
|
| manifest |
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}