Skip to content

Commit

Permalink
Change indent in cleanup job from 12 to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Eckert committed Oct 15, 2022
1 parent 24e616c commit 9a3ddc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/consul/templates/server-acl-init-cleanup-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ spec:
cpu: "50m"
{{- if .Values.global.acls.tolerations }}
tolerations:
{{ tpl .Values.global.acls.tolerations . | indent 12 | trim }}
{{ tpl .Values.global.acls.tolerations . | indent 8 | trim }}
{{- end }}
{{- if .Values.global.acls.nodeSelector }}
nodeSelector:
{{ tpl .Values.global.acls.nodeSelector . | indent 12 | trim }}
{{ tpl .Values.global.acls.nodeSelector . | indent 8 | trim }}
{{- end }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 9a3ddc4

Please sign in to comment.