Skip to content

Commit

Permalink
[FIX] use nindent instead of using indent function for extraEnv
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Feb 14, 2024
1 parent 372bf96 commit 8f3b8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ spec:
name: {{ include "plausible-analytics.secretName" . }}
{{- end }}
{{- if .Values.extraEnv }}
{{ toYaml .Values.extraEnv | indent 12 }}
{{- toYaml .Values.extraEnv | nindent 12 }}
{{- end }}
ports:
- name: http
Expand Down

0 comments on commit 8f3b8a5

Please sign in to comment.