Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
Merge pull request #31 from zeebe-io/30-init-containers-fix
Browse files Browse the repository at this point in the history
fix: fixes indentation of extraInitContainers
  • Loading branch information
salaboy committed Feb 26, 2020
2 parents 793f5c9 + 560aa2e commit 7ec0fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeebe-cluster/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
spec:
initContainers:
{{- if .Values.extraInitContainers }}
{{ tpl .Values.extraInitContainers . | indent 8 }}
{{ tpl .Values.extraInitContainers . | indent 8 | trim }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
Expand Down

0 comments on commit 7ec0fc7

Please sign in to comment.