From 8f3b8a5ea6effa86b7452b681c27e05232a693a3 Mon Sep 17 00:00:00 2001 From: anuttinck Date: Wed, 14 Feb 2024 14:10:56 +0100 Subject: [PATCH] [FIX] use nindent instead of using indent function for extraEnv --- templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 7e15bf1..3d92fb4 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -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