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:
Kubernetes Prow Robot 2024-12-27 14:28:11 +01:00 committed by GitHub
commit ce01f0210f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"}}