oc-k8s/opencloud/charts/grafana/ci/with-extraconfigmapmounts-values.yaml

8 lines
371 B
YAML
Raw Normal View History

2024-12-16 14:55:43 +01:00
extraConfigmapMounts:
- name: '{{ include "grafana.fullname" . }}'
configMap: '{{ include "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