remove useless space

This commit is contained in:
fkf9 2021-09-16 15:24:50 +02:00
parent 3facf3c73c
commit 943c54b1c1

View file

@ -44,7 +44,7 @@ stringData:
name: "psycopg2"
args:
user: {{ $postgresUser | quote }}
{{- if and $postgresPass (not .Values.postgresql.existingSecret) }}
{{- if and $postgresPass (not .Values.postgresql.existingSecret) }}
password: {{ $postgresPass | quote }}
{{- else }}
password: "@@POSTGRES_PASSWORD@@"