Skip to content

Commit

Permalink
Update env var names in grafana.ConfigMap.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 authored Oct 18, 2024
1 parent 2306125 commit 61a7321
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 61a7321

Please sign in to comment.