kubezero/charts/kubezero-metrics/charts/kube-prometheus-stack/charts/grafana/ci/with-extraconfigmapmounts-v...

8 lines
371 B
YAML
Raw Normal View History

2022-08-24 15:13:39 +00:00
extraConfigmapMounts:
2022-12-06 20:43:11 +00:00
- name: '{{ include "grafana.fullname" . }}'
configMap: '{{ include "grafana.fullname" . }}'
2022-08-24 15:13:39 +00:00
mountPath: /var/lib/grafana/dashboards/test-dashboard.json
# This is not a realistic test, but for this we only care about extraConfigmapMounts not being empty and pointing to an existing ConfigMap
subPath: grafana.ini
readOnly: true