netflux-kubernetes/deploy/base/charts/grafana/ci/with-extraconfigmapmounts-v...

8 lines
373 B
YAML
Raw Normal View History

2022-05-09 03:35:45 +00:00
extraConfigmapMounts:
- name: '{{ template "grafana.fullname" . }}'
configMap: '{{ template "grafana.fullname" . }}'
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