Skip to content

Commit b49b506

Browse files
authored
Merge pull request #27 from cjprinse/patch-1
fix(mariadb): missing new line in indentation
2 parents 0e0024f + 5bd5fd6 commit b49b506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/bunkerweb/templates/mariadb-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
{{- end }}
2727
{{- if .Values.mariadb.args }}
2828
args:
29-
{{- toYaml .Values.mariadb.args | indent 12 }}
29+
{{- toYaml .Values.mariadb.args | nindent 12 }}
3030
{{- end }}
3131
env:
3232
- name: MARIADB_RANDOM_ROOT_PASSWORD
@@ -85,4 +85,4 @@ spec:
8585
{{- toYaml .Values.imagePullSecrets | nindent 6 }}
8686
{{- end }}
8787
{{- end }}
88-
{{- end }}
88+
{{- end }}

0 commit comments

Comments
 (0)