HelmArtifactProfile interface
Helm 项目配置文件。
属性
| helm |
Helm 包名称。 |
| helm |
Helm 包版本范围。 |
| image |
映像拉取机密值路径列表。 |
| registry |
注册表值路径列表。 |
属性详细信息
helmPackageName
Helm 包名称。
helmPackageName?: string
属性值
string
helmPackageVersionRange
Helm 包版本范围。
helmPackageVersionRange?: string
属性值
string
imagePullSecretsValuesPaths
映像拉取机密值路径列表。
imagePullSecretsValuesPaths?: string[]
属性值
string[]
registryValuesPaths
注册表值路径列表。
registryValuesPaths?: string[]
属性值
string[]