with-extraconfigmapmounts-values.yaml 371 B

1234567
  1. extraConfigmapMounts:
  2. - name: '{{ include "grafana.fullname" . }}'
  3. configMap: '{{ include "grafana.fullname" . }}'
  4. mountPath: /var/lib/grafana/dashboards/test-dashboard.json
  5. # This is not a realistic test, but for this we only care about extraConfigmapMounts not being empty and pointing to an existing ConfigMap
  6. subPath: grafana.ini
  7. readOnly: true