Files
devops-infra-helm-charts-gcp/helm-templates/grafana/ci/with-extraconfigmapmounts-values.yaml
T
2026-08-26 03:39:42 +05:30

8 lines
371 B
YAML

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