Skip to content

Commit 60a52fd

Browse files
author
edgar sarkisian
committed
fix secret template
1 parent 78d5412 commit 60a52fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.scripts/helm/charts/on-demand/templates/timescaledb.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ metadata:
8484
type: generic
8585
stringData:
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

0 commit comments

Comments
 (0)