Merge pull request #3672 from invidian/fix-typos
charts/cluster-autoscaler-chart: fix typos
This commit is contained in:
commit
3d76c21f1f
|
|
@ -17,4 +17,4 @@ name: cluster-autoscaler-chart
|
|||
sources:
|
||||
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
|
||||
type: application
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
|
|
|
|||
|
|
@ -342,7 +342,7 @@ Though enough for the majority of installations, the default PodSecurityPolicy _
|
|||
| image.pullSecrets | list | `[]` | Image pull secrets |
|
||||
| image.repository | string | `"us.gcr.io/k8s-artifacts-prod/autoscaling/cluster-autoscaler"` | Image repository |
|
||||
| image.tag | string | `"v1.18.1"` | Image tag |
|
||||
| kubeTargetVersionOverride | string | `""` | Allow overridding the `.Capabilities.KubeVersion.GitVersion` check. Useful for `helm template` commands. |
|
||||
| kubeTargetVersionOverride | string | `""` | Allow overriding the `.Capabilities.KubeVersion.GitVersion` check. Useful for `helm template` commands. |
|
||||
| magnumCABundlePath | string | `"/etc/kubernetes/ca-bundle.crt"` | Path to the host's CA bundle, from `ca-file` in the cloud-config file. |
|
||||
| magnumClusterName | string | `""` | Cluster name or ID in Magnum. Required if `cloudProvider=magnum` and not setting `autoDiscovery.clusterName`. |
|
||||
| nameOverride | string | `""` | String to partially override `cluster-autoscaler.fullname` template (will maintain the release name) |
|
||||
|
|
|
|||
|
|
@ -168,7 +168,7 @@ image:
|
|||
pullSecrets: []
|
||||
# - myRegistrKeySecretName
|
||||
|
||||
# kubeTargetVersionOverride -- Allow overridding the `.Capabilities.KubeVersion.GitVersion` check. Useful for `helm template` commands.
|
||||
# kubeTargetVersionOverride -- Allow overriding the `.Capabilities.KubeVersion.GitVersion` check. Useful for `helm template` commands.
|
||||
kubeTargetVersionOverride: ""
|
||||
|
||||
# nameOverride -- String to partially override `cluster-autoscaler.fullname` template (will maintain the release name)
|
||||
|
|
|
|||
Loading…
Reference in New Issue