Skip to content

Commit e180342

Browse files
fix: use the env values instead of using their names
1 parent 7fd110a commit e180342

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

grafana/provisioning/datasources/datasource.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ datasources:
6060
access: proxy
6161
orgId: 1
6262
url: "${MONITOR_DB_HOST}:${MONITOR_DB_PORT}"
63-
database: MONITOR_DB_DB
64-
user: MONITOR_DB_USER
63+
database: "${MONITOR_DB_DB}"
64+
user: "${MONITOR_DB_USER}"
6565
secureJsonData:
6666
password: ""
6767
basicAuth: false

0 commit comments

Comments
 (0)