Skip to content

Commit

Permalink
fix(grafana): move configmaps to provisioning directory (#2766)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzlyn authored Apr 3, 2024
1 parent 3eda6bf commit 5231068
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,17 +108,17 @@ spec:
createConfigmap: true
extraConfigmapMounts:
- name: grafana-contactpoints
mountPath: /etc/grafana/alerting/contactpoints.yaml
mountPath: /etc/grafana/provisioning/alerting/contactpoints.yaml
subPath: contactpoints.yaml
configMap: grafana-contactpoints
readOnly: true
- name: grafana-datasources
mountPath: /etc/grafana/datasources/datasources.yaml
mountPath: /etc/grafana/provisioning/datasources/datasources.yaml
subPath: datasources.yaml
configMap: grafana-datasources
readOnly: true
- name: grafana-policies
mountPath: /etc/grafana/alerting/policies.yaml
mountPath: /etc/grafana/provisioning/alerting/policies.yaml
subPath: policies.yaml
configMap: grafana-policies
readOnly: true

0 comments on commit 5231068

Please sign in to comment.