mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Grafana fix extraSecretMounts (#5964)
* add extraSecretMounts to main container * bump version * bump chart version
This commit is contained in:
committed by
k8s-ci-robot
parent
42a28eb365
commit
0ac663fe58
@@ -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.
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user