Skip to content

Commit

Permalink
Merge pull request #2511 from jifwin/patch-1
Browse files Browse the repository at this point in the history
[grafana] Adding missing mountPath for csi extraVolumeMount
  • Loading branch information
zanhsieh authored Jul 25, 2023
2 parents 2548984 + e17b7c9 commit 15791e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: grafana
version: 6.58.4
version: 6.58.5
appVersion: 10.0.2
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
Expand Down
1 change: 1 addition & 0 deletions charts/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ extraVolumeMounts: []
# readOnly: true
# hostPath: /usr/shared/
# - name: grafana-secrets
# mountPath: /mnt/volume2
# csi: true
# data:
# driver: secrets-store.csi.k8s.io
Expand Down

0 comments on commit 15791e4

Please sign in to comment.