Skip to content

Commit 82e1abf

Browse files
author
Bas Huisman
committed
refactor orgId to string
1 parent 300e2c3 commit 82e1abf

File tree

1 file changed

+2
-2
lines changed
  • charts/root/templates/prometheus

1 file changed

+2
-2
lines changed

charts/root/templates/prometheus/app.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ spec:
5151
apiVersion: 1
5252
providers:
5353
- name: 'grafana-dashboards-kubernetes'
54-
orgId: 1
54+
orgId: '1'
5555
folder: 'Kubernetes2'
5656
type: file
5757
allowUiUpdates: true
5858
editable: true
5959
options:
6060
path: /var/lib/grafana/dashboards/grafana-dashboards-kubernetes
6161
- name: 'grafana-bas'
62-
orgId: 1
62+
orgId: '1'
6363
folder: 'Bas'
6464
type: file
6565
allowUiUpdates: true

0 commit comments

Comments
 (0)