basic-values.yaml 129 B

12345678
  1. grafanaStorage:
  2. data:
  3. type: hostPath
  4. hostPath: /mnt/{{ .Release.Name }}/data
  5. grafanaRunAs:
  6. user: 1000
  7. group: 1000