diff --git a/charts/cluster-autoscaler/Chart.yaml b/charts/cluster-autoscaler/Chart.yaml index c3b154ddc38a..cd50c2f8c928 100644 --- a/charts/cluster-autoscaler/Chart.yaml +++ b/charts/cluster-autoscaler/Chart.yaml @@ -17,4 +17,4 @@ name: cluster-autoscaler sources: - https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler type: application -version: 9.17.1 +version: 9.17.2 diff --git a/charts/cluster-autoscaler/templates/deployment.yaml b/charts/cluster-autoscaler/templates/deployment.yaml index e353fd9b9880..f21b4f39b6a0 100644 --- a/charts/cluster-autoscaler/templates/deployment.yaml +++ b/charts/cluster-autoscaler/templates/deployment.yaml @@ -229,7 +229,7 @@ spec: mountPath: {{ .Values.clusterAPIWorkloadKubeconfigPath | trimSuffix "/value" }} {{- end }} {{- if .Values.extraVolumeMounts }} - {{ toYaml .Values.extraVolumeMounts | indent 12 }} + {{- toYaml .Values.extraVolumeMounts | nindent 12 }} {{- end }} {{- end }} {{- if .Values.affinity }} @@ -273,7 +273,7 @@ spec: {{- end }} {{- end }} {{- if .Values.extraVolumes }} - {{- toYaml .Values.extraVolumes | nindent 10 }} + {{- toYaml .Values.extraVolumes | nindent 8 }} {{- end }} {{- if .Values.clusterAPIKubeconfigSecret }} - name: cluster-api-kubeconfig