Skip to content

Commit

Permalink
Update env var names in Grafana datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 authored Oct 18, 2024
1 parent 99df12d commit c4889f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions grafana/datasources/datasources-pgsql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ apiVersion: 1
datasources:
- 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 c4889f0

Please sign in to comment.