Set grafana data dir properly

This commit is contained in:
Vic Iglesias
2016-11-01 10:04:35 -07:00
parent 7b58b65c6b
commit 409cb095db
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
description: A Helm chart for Kubernetes
name: grafana
version: 0.1.1
version: 0.1.2
+1 -1
View File
@@ -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