fix(blocky): correct datasource type

This commit is contained in:
Kjeld Schouten 2024-02-28 16:29:04 +01:00
parent 098e7cf457
commit 816bbea021
2 changed files with 4 additions and 4 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.2
version: 13.5.3

View File

@ -315,9 +315,9 @@ configmap:
datasourceblockypsql.yaml: |-
apiVersion: 1
datasources:
- name: BlockyPostgresql
type: postgresql
uid: blockypostgresql
- name: BlockyPostgres
type: postgres
uid: blockypostgres
url: {{ .Values.cnpg.main.creds.portHost | default "na" }}
access: proxy
user: {{ .Values.cnpg.main.user }}