Skip to content

Commit 6329279

Browse files
committed
Make grafana data source editable
1 parent 8849cb5 commit 6329279

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

charts/sourcegraph/templates/grafana/grafana.ConfigMap.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ data:
1616
access: proxy
1717
url: http://{{ default "jaeger-query" .Values.jaeger.query.name }}:16686/-/debug/jaeger
1818
- name: pgsql
19-
type: postgres
20-
url: $GRAFANA_PGSQL_HOST:$GRAFANA_PGSQL_PORT
21-
user: $GRAFANA_PGSQL_USER
2219
database: $GRAFANA_PGSQL_DATABASE
23-
secureJsonData:
24-
password: $GRAFANA_PGSQL_PASSWORD
20+
editable: true
2521
jsonData:
2622
sslmode: $GRAFANA_PGSQL_SSLMODE
23+
secureJsonData:
24+
password: $GRAFANA_PGSQL_PASSWORD
25+
type: postgres
26+
url: $GRAFANA_PGSQL_HOST:$GRAFANA_PGSQL_PORT
27+
user: $GRAFANA_PGSQL_USER
2728
kind: ConfigMap
2829
metadata:
2930
labels:

0 commit comments

Comments
 (0)