Skip to content

Commit

Permalink
Update indentation of extraVolumeMounts
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrowlett2 committed Apr 19, 2022
1 parent b3f84f5 commit 44418dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cluster-autoscaler/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 44418dc

Please sign in to comment.