fix(blocky): ensure cross platform datasource connection could be made to postgresql from grafana

This commit is contained in:
Kjeld Schouten 2024-02-28 17:05:13 +01:00
parent 0e6bf56ee0
commit d7b126424c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: