DeploymentProperties interface
Properties
helm |
Helm chart directory path in repository. |
helm |
Helm Values.yaml file location in repository. |
kube |
|
manifest |
Determines the type of manifests within the repository. |
overrides | Manifest override values. |
Property Details
helmChartPath
Helm chart directory path in repository.
helmChartPath?: string
Property Value
string
helmValues
Helm Values.yaml file location in repository.
helmValues?: string
Property Value
string
kubeManifestLocations
kubeManifestLocations?: string[]
Property Value
string[]
manifestType
Determines the type of manifests within the repository.
manifestType?: string
Property Value
string
overrides
Manifest override values.
overrides?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for JavaScript