We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2306125 commit 61a7321Copy full SHA for 61a7321
base/monitoring/grafana/grafana.ConfigMap.yaml
@@ -19,10 +19,10 @@ data:
19
editable: false
20
- name: pgsql
21
type: postgres
22
- url: $PGHOST:$PGPORT
23
- user: $PGGRAFANAUSER
24
- database: $PGDATABASE
+ url: $GRAFANA_PGSQL_HOST:$GRAFANA_PGSQL_PORT
+ user: $GRAFANA_PGSQL_USER
+ database: $GRAFANA_PGSQL_DATABASE
25
secureJsonData:
26
- password: $PGGRAFANAPASSWORD
+ password: $GRAFANA_PGSQL_PASSWORD
27
jsonData:
28
- sslmode: $PGSSLMODE
+ sslmode: $GRAFANA_PGSQL_SSLMODE
0 commit comments