Skip to content

Commit 34e98e4

Browse files
kirgenezanhsiehSheikh-Abubakerjkroepke
authored
[grafana] feat(pvc): support annotations in StatefulSet volumeClaimTemplate (#3311)
Co-authored-by: MH <zanhsieh@gmail.com> Co-authored-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com> Co-authored-by: Jan-Otto Kröpke <mail@jkroepke.de>
1 parent d86760d commit 34e98e4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.13
3+
version: 10.5.14
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/templates/statefulset.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ spec:
4343
kind: PersistentVolumeClaim
4444
metadata:
4545
name: storage
46+
{{- with .Values.persistence.annotations }}
47+
annotations:
48+
{{- toYaml . | nindent 8 }}
49+
{{- end }}
4650
spec:
4751
accessModes:
4852
{{- range .Values.persistence.accessModes }}

0 commit comments

Comments
 (0)