Skip to content

Commit ce01f02

Browse files
authored
Merge pull request kubernetes#7595 from soer3n/fix-typo-in-node-group-auto-discovery-condition
fix typo for namespace condition in node group auto discovery helm de…
2 parents 38facfc + 833af67 commit ce01f02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/cluster-autoscaler/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ name: cluster-autoscaler
1111
sources:
1212
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
1313
type: application
14-
version: 9.43.2
14+
version: 9.43.3

charts/cluster-autoscaler/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ spec:
103103
- --cluster-name={{ tpl (.Values.magnumClusterName) . }}
104104
{{- end }}
105105
{{- else if eq .Values.cloudProvider "clusterapi" }}
106-
{{- if or .Values.autoDiscovery.clusterName .Values.autoDiscovery.labels .Values.autoDiscovery.namepace }}
106+
{{- if or .Values.autoDiscovery.clusterName .Values.autoDiscovery.labels .Values.autoDiscovery.namespace }}
107107
- --node-group-auto-discovery=clusterapi:{{ template "cluster-autoscaler.capiAutodiscoveryConfig" . }}
108108
{{- end }}
109109
{{- if eq .Values.clusterAPIMode "incluster-kubeconfig"}}

0 commit comments

Comments
 (0)