remove useless space
This commit is contained in:
parent
3facf3c73c
commit
943c54b1c1
1 changed files with 1 additions and 1 deletions
|
@ -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@@"
|
||||
|
|
Loading…
Reference in a new issue