Skip to content

Commit

Permalink
chore: Keep env var names consistent for Grafana pgsql datasource (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 authored Oct 24, 2024
1 parent 2306125 commit f30539a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions base/monitoring/grafana/grafana.ConfigMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ data:
editable: false
- name: pgsql
type: postgres
url: $PGHOST:$PGPORT
user: $PGGRAFANAUSER
database: $PGDATABASE
url: $GRAFANA_PGSQL_HOST:$GRAFANA_PGSQL_PORT
user: $GRAFANA_PGSQL_USER
database: $GRAFANA_PGSQL_DATABASE
secureJsonData:
password: $PGGRAFANAPASSWORD
password: $GRAFANA_PGSQL_PASSWORD
jsonData:
sslmode: $PGSSLMODE
sslmode: $GRAFANA_PGSQL_SSLMODE

0 comments on commit f30539a

Please sign in to comment.