Skip to content

Commit

Permalink
[grafana] feat(pvc): support pvc annotations in StatefulSet
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Kyriukha <[email protected]>
  • Loading branch information
kirgene committed Sep 14, 2024
1 parent 614fe89 commit 31772be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/grafana/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ spec:
kind: PersistentVolumeClaim
metadata:
name: storage
{{- with .Values.persistence.annotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
accessModes: {{ .Values.persistence.accessModes }}
storageClassName: {{ .Values.persistence.storageClassName }}
Expand Down

0 comments on commit 31772be

Please sign in to comment.