fix blocky datasource
This commit is contained in:
parent
af3e85484c
commit
4a9618e06f
|
@ -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.0
|
version: 13.5.1
|
||||||
|
|
|
@ -307,6 +307,11 @@ configmap:
|
||||||
{{ .Files.Get "dashboard.json" | indent 8 }}
|
{{ .Files.Get "dashboard.json" | indent 8 }}
|
||||||
blockypostgres.json: >-
|
blockypostgres.json: >-
|
||||||
{{ .Files.Get "dashboardpsql.json" | indent 8 }}
|
{{ .Files.Get "dashboardpsql.json" | indent 8 }}
|
||||||
|
datasource:
|
||||||
|
enabled: true
|
||||||
|
labels:
|
||||||
|
grafana_datasource: "1"
|
||||||
|
data:
|
||||||
datasourceblockypsql.yaml: |-
|
datasourceblockypsql.yaml: |-
|
||||||
apiVersion: 1
|
apiVersion: 1
|
||||||
datasources:
|
datasources:
|
||||||
|
|
Loading…
Reference in New Issue