Skip to content

Commit 284c79a

Browse files
committed
fix: set database in pg datasource config
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 08d8807 commit 284c79a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coder-observability/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ grafana:
411411
url: '{{ .Values.global.postgres.hostname }}:{{ .Values.global.postgres.port }}'
412412
user: '{{ .Values.global.postgres.username }}'
413413
secureJsonData:
414+
database: '{{ .Values.global.postgres.database }}
414415
password: '{{ if .Values.global.postgres.password }}{{ .Values.global.postgres.password }}{{ else }}$PGPASSWORD{{ end }}'
415416
jsonData:
416417
sslmode: '{{ .Values.global.postgres.sslmode }}'

0 commit comments

Comments
 (0)