Skip to content

Commit f7410c6

Browse files
ebuildyzanhsiehjkroepke
authored
[grafana] doc: fix mount secrets path (#3170)
Co-authored-by: MH <zanhsieh@gmail.com> Co-authored-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent 565dd1b commit f7410c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/grafana/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: grafana
3-
version: 10.5.11
3+
version: 10.5.12
44
appVersion: 12.3.1
55
kubeVersion: "^1.8.0-0"
66
description: The leading tool for querying and visualizing time series and metrics.

charts/grafana/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ extraSecretMounts: []
614614
#
615615
# for CSI e.g. Azure Key Vault use the following
616616
# - name: secrets-store-inline
617-
# mountPath: /run/secrets
617+
# mountPath: /run/secrets/vault.azure.com
618618
# readOnly: true
619619
# csi:
620620
# driver: secrets-store.csi.k8s.io

0 commit comments

Comments
 (0)