diff --git a/chart/templates/_commonChecks.tpl b/chart/templates/_commonChecks.tpl index 8e136f03..ac776580 100644 --- a/chart/templates/_commonChecks.tpl +++ b/chart/templates/_commonChecks.tpl @@ -536,7 +536,7 @@ Return customer secrets to use in preflights and support-bundle name: {{ include "carto.postgresql.secretName" . }} key: {{ include "carto.postgresql.secret.key" . }} {{- end -}} - {{- if eq .Values.externalRedis.existingSecret "" -}} + {{- if eq .Values.externalRedis.existingSecret "" }} - name: REDIS_PASSWORD value: {{ .Values.externalRedis.password | quote }} {{- else }}