File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
.scripts/helm/charts/on-demand/templates Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,8 @@ metadata:
8484type : generic
8585stringData :
8686 PGHOST : timescaledb
87- PGPORT : {{ $.Values.components.timescaledb.port }}
88- PGDATABASE : {{ $.Values.components.timescaledb.credentials.db }}
89- PGUSER : {{ $.Values.components.timescaledb.credentials.user }}
90- PGPASSWORD : {{ $.Values.components.timescaledb.credentials.password }}
87+ PGPORT : {{ $.Values.components.timescaledb.port | quote }}
88+ PGDATABASE : {{ $.Values.components.timescaledb.credentials.db | quote }}
89+ PGUSER : {{ $.Values.components.timescaledb.credentials.user | quote }}
90+ PGPASSWORD : {{ $.Values.components.timescaledb.credentials.password | quote }}
9191{{ end }} # # end timescaledb enable check
You can’t perform that action at this time.
0 commit comments