HelmMappingRuleProfile interface
Helm mapping rule profile
Properties
helm |
Helm package version. |
options | The helm deployment options |
release |
Helm release name. |
release |
Helm release namespace. |
values | Helm release values. |
Property Details
helmPackageVersion
Helm package version.
helmPackageVersion?: string
Property Value
string
options
The helm deployment options
options?: HelmMappingRuleProfileOptions
Property Value
releaseName
Helm release name.
releaseName?: string
Property Value
string
releaseNamespace
Helm release namespace.
releaseNamespace?: string
Property Value
string
values
Helm release values.
values?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript