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://quay.io/oriedge/k8s_gateway
|
||||
type: application
|
||||
version: 13.5.6
|
||||
version: 13.5.7
|
||||
|
|
|
@ -318,7 +318,7 @@ configmap:
|
|||
- name: BlockyPostgres
|
||||
type: postgres
|
||||
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
|
||||
user: {{ .Values.cnpg.main.user }}
|
||||
secureJsonData:
|
||||
|
|
Loading…
Reference in New Issue