fix(blocky): correct datasource type
This commit is contained in:
parent
098e7cf457
commit
816bbea021
|
@ -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
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue