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"
|
name: "psycopg2"
|
||||||
args:
|
args:
|
||||||
user: {{ $postgresUser | quote }}
|
user: {{ $postgresUser | quote }}
|
||||||
{{- if and $postgresPass (not .Values.postgresql.existingSecret) }}
|
{{- if and $postgresPass (not .Values.postgresql.existingSecret) }}
|
||||||
password: {{ $postgresPass | quote }}
|
password: {{ $postgresPass | quote }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
password: "@@POSTGRES_PASSWORD@@"
|
password: "@@POSTGRES_PASSWORD@@"
|
||||||
|
|
Loading…
Reference in a new issue