Skip to content

Commit

Permalink
Merge pull request #2084 from cHiv0rz/master
Browse files Browse the repository at this point in the history
fix dnsConfig indentation in controller template file
  • Loading branch information
k8s-ci-robot authored Jul 10, 2024
2 parents 1ab7c79 + cff0cbd commit f166253
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/aws-ebs-csi-driver/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ spec:
{{- with .Values.controller.volumes }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.controller.dnsConfig }}
dnsConfig:
{{- toYaml .Values.controller.dnsConfig | nindent 4 }}
{{- end }}
{{- if .Values.controller.dnsConfig }}
dnsConfig:
{{- toYaml .Values.controller.dnsConfig | nindent 8 }}
{{- end }}

0 comments on commit f166253

Please sign in to comment.