Merge pull request #7595 from soer3n/fix-typo-in-node-group-auto-discovery-condition
fix typo for namespace condition in node group auto discovery helm de…
This commit is contained in:
commit
ce01f0210f
|
@ -11,4 +11,4 @@ name: cluster-autoscaler
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
|
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
|
||||||
type: application
|
type: application
|
||||||
version: 9.43.2
|
version: 9.43.3
|
||||||
|
|
|
@ -103,7 +103,7 @@ spec:
|
||||||
- --cluster-name={{ tpl (.Values.magnumClusterName) . }}
|
- --cluster-name={{ tpl (.Values.magnumClusterName) . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- else if eq .Values.cloudProvider "clusterapi" }}
|
{{- else if eq .Values.cloudProvider "clusterapi" }}
|
||||||
{{- if or .Values.autoDiscovery.clusterName .Values.autoDiscovery.labels .Values.autoDiscovery.namepace }}
|
{{- if or .Values.autoDiscovery.clusterName .Values.autoDiscovery.labels .Values.autoDiscovery.namespace }}
|
||||||
- --node-group-auto-discovery=clusterapi:{{ template "cluster-autoscaler.capiAutodiscoveryConfig" . }}
|
- --node-group-auto-discovery=clusterapi:{{ template "cluster-autoscaler.capiAutodiscoveryConfig" . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if eq .Values.clusterAPIMode "incluster-kubeconfig"}}
|
{{- if eq .Values.clusterAPIMode "incluster-kubeconfig"}}
|
||||||
|
|
Loading…
Reference in New Issue