Grafana fix extraSecretMounts (#5964)

* add extraSecretMounts to main container

* bump version

* bump chart version
This commit is contained in:
James MacFarlane
2018-06-17 08:56:29 -07:00
committed by k8s-ci-robot
parent 42a28eb365
commit 0ac663fe58
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: grafana
version: 1.11.2
version: 1.11.3
appVersion: 5.1.3
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
+5
View File
@@ -134,6 +134,11 @@ spec:
- name: storage
mountPath: "/var/lib/grafana"
subPath: {{ .Values.persistence.subPath }}
{{- range .Values.extraSecretMounts }}
- name: {{ .name }}
mountPath: {{ .mountPath }}
readOnly: {{ .readOnly }}
{{- end }}
ports:
- name: service
containerPort: {{ .Values.service.port }}