We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d8807 commit 284c79aCopy full SHA for 284c79a
coder-observability/values.yaml
@@ -411,6 +411,7 @@ grafana:
411
url: '{{ .Values.global.postgres.hostname }}:{{ .Values.global.postgres.port }}'
412
user: '{{ .Values.global.postgres.username }}'
413
secureJsonData:
414
+ database: '{{ .Values.global.postgres.database }}
415
password: '{{ if .Values.global.postgres.password }}{{ .Values.global.postgres.password }}{{ else }}$PGPASSWORD{{ end }}'
416
jsonData:
417
sslmode: '{{ .Values.global.postgres.sslmode }}'
0 commit comments