fix: resolve grafana provisioning error by removing UIDs and fixing mounts
This commit is contained in:
@@ -17,12 +17,10 @@ data:
|
||||
access: proxy
|
||||
url: http://prometheus-operated.monitoring.svc.cluster.local:9090
|
||||
isDefault: true
|
||||
uid: prometheus
|
||||
- name: Loki
|
||||
type: loki
|
||||
access: proxy
|
||||
url: http://loki.monitoring.svc.cluster.local:3100
|
||||
uid: P8E80F9AEF21F6940
|
||||
dashboards.yaml: |
|
||||
apiVersion: 1
|
||||
providers:
|
||||
@@ -397,11 +395,11 @@ spec:
|
||||
- name: grafana-storage
|
||||
mountPath: /var/lib/grafana
|
||||
- name: grafana-provisioning
|
||||
mountPath: /etc/grafana/provisioning/datasources/datasources.yaml
|
||||
mountPath: /etc/grafana/provisioning/datasources
|
||||
subPath: datasources.yaml
|
||||
readOnly: true
|
||||
- name: grafana-provisioning
|
||||
mountPath: /etc/grafana/provisioning/dashboards/dashboards.yaml
|
||||
mountPath: /etc/grafana/provisioning/dashboards
|
||||
subPath: dashboards.yaml
|
||||
readOnly: true
|
||||
- name: grafana-dashboards
|
||||
|
||||
Reference in New Issue
Block a user