mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Set grafana data dir properly
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
description: A Helm chart for Kubernetes
|
||||
name: grafana
|
||||
version: 0.1.1
|
||||
version: 0.1.2
|
||||
|
||||
@@ -30,7 +30,7 @@ spec:
|
||||
cpu: {{default "100m" .Values.Cpu}}
|
||||
memory: {{default "100M" .Values.Memory}}
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
- mountPath: /var/lib/grafana
|
||||
name: storage-volume
|
||||
volumes:
|
||||
- name: storage-volume
|
||||
|
||||
Reference in New Issue
Block a user