We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb39c03 commit b65c4aeCopy full SHA for b65c4ae
charts/sourcegraph/templates/grafana/grafana.ConfigMap.yaml
@@ -16,14 +16,15 @@ data:
16
access: proxy
17
url: http://{{ default "jaeger-query" .Values.jaeger.query.name }}:16686/-/debug/jaeger
18
- name: pgsql
19
- type: postgres
20
- url: $GRAFANA_PGSQL_HOST:$GRAFANA_PGSQL_PORT
21
- user: $GRAFANA_PGSQL_USER
22
database: $GRAFANA_PGSQL_DATABASE
23
- secureJsonData:
24
- password: $GRAFANA_PGSQL_PASSWORD
+ editable: true
25
jsonData:
26
sslmode: $GRAFANA_PGSQL_SSLMODE
+ secureJsonData:
+ password: $GRAFANA_PGSQL_PASSWORD
+ type: postgres
+ url: $GRAFANA_PGSQL_HOST:$GRAFANA_PGSQL_PORT
27
+ user: $GRAFANA_PGSQL_USER
28
kind: ConfigMap
29
metadata:
30
labels:
0 commit comments