Skip to content

Commit

Permalink
Fix identation for redis password in preflight check (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
moicalcob authored Dec 27, 2024
1 parent f1970ab commit 219a97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/_commonChecks.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 219a97d

Please sign in to comment.