Skip to content

Commit

Permalink
Fix indent for initContainers
Browse files Browse the repository at this point in the history
  • Loading branch information
ccodreanu committed Apr 22, 2024
1 parent 7b7d39e commit 37123b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/emissary-ingress/templates/deployment-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ spec:
done
{{- end }}
{{- if .Values.initContainers }}
{{- toYaml .Values.initContainers | nindent 10 }}
{{- toYaml .Values.initContainers | nindent 6 }}
{{- end }}
{{- end }}
containers:
Expand Down
2 changes: 1 addition & 1 deletion charts/emissary-ingress/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ spec:
done
{{- end }}
{{- if .Values.initContainers }}
{{- toYaml .Values.initContainers | nindent 10 }}
{{- toYaml .Values.initContainers | nindent 6 }}
{{- end }}
{{- end }}
containers:
Expand Down

0 comments on commit 37123b6

Please sign in to comment.