SSL
This commit is contained in:
parent
dbb1b1ede1
commit
7ee0706714
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ spec:
|
||||||
GF_DATABASE_HOST: "grafana-primary.observability.svc:5432"
|
GF_DATABASE_HOST: "grafana-primary.observability.svc:5432"
|
||||||
GF_DATABASE_USER: "{{ .grafana_postgres_user }}"
|
GF_DATABASE_USER: "{{ .grafana_postgres_user }}"
|
||||||
GF_DATABASE_PASSWORD: "{{ .grafana_postgres_password }}"
|
GF_DATABASE_PASSWORD: "{{ .grafana_postgres_password }}"
|
||||||
GF_DATABASE_SSL_MODE: "skip-verify"
|
GF_DATABASE_SSL_MODE: "require"
|
||||||
GF_DATABASE_TYPE: postgres
|
GF_DATABASE_TYPE: postgres
|
||||||
dataFrom:
|
dataFrom:
|
||||||
- extract:
|
- extract:
|
||||||
|
|
Loading…
Reference in a new issue