fix(blocky): fix typo in datasource label
This commit is contained in:
parent
b757af3eaa
commit
098e7cf457
|
@ -44,4 +44,4 @@ sources:
|
|||
- https://hub.docker.com/r/spx01/blocky
|
||||
- https://quay.io/oriedge/k8s_gateway
|
||||
type: application
|
||||
version: 13.5.1
|
||||
version: 13.5.2
|
||||
|
|
|
@ -310,7 +310,7 @@ configmap:
|
|||
datasource:
|
||||
enabled: true
|
||||
labels:
|
||||
grafana_datasource: "1"
|
||||
grafana_datasources: "1"
|
||||
data:
|
||||
datasourceblockypsql.yaml: |-
|
||||
apiVersion: 1
|
||||
|
|
Loading…
Reference in New Issue