fix(blocky): ensure cross platform datasource connection could be made to postgresql from grafana
This commit is contained in:
parent
0e6bf56ee0
commit
d7b126424c
|
@ -44,4 +44,4 @@ sources:
|
||||||
- https://hub.docker.com/r/spx01/blocky
|
- https://hub.docker.com/r/spx01/blocky
|
||||||
- https://quay.io/oriedge/k8s_gateway
|
- https://quay.io/oriedge/k8s_gateway
|
||||||
type: application
|
type: application
|
||||||
version: 13.5.6
|
version: 13.5.7
|
||||||
|
|
|
@ -318,7 +318,7 @@ configmap:
|
||||||
- name: BlockyPostgres
|
- name: BlockyPostgres
|
||||||
type: postgres
|
type: postgres
|
||||||
uid: blockypostgres
|
uid: blockypostgres
|
||||||
url: {{ printf "%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") }}
|
url: {{ printf "%s.%s:5432" (.Values.cnpg.main.creds.host | trimAll "\"") .Release.Namespace }}
|
||||||
access: proxy
|
access: proxy
|
||||||
user: {{ .Values.cnpg.main.user }}
|
user: {{ .Values.cnpg.main.user }}
|
||||||
secureJsonData:
|
secureJsonData:
|
||||||
|
|
Loading…
Reference in New Issue