feat(helm): added customAnnotations to PVC

This commit is contained in:
Pietro Terrizzi
2023-02-15 18:07:14 +01:00
committed by Dario Tranchitella
parent 153a43e6f2
commit 7bd142bcb2
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -81,6 +81,10 @@ spec:
volumeClaimTemplates:
- metadata:
name: data
{{- with .Values.etcd.persistence.customAnnotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
storageClassName: {{ .Values.etcd.persistence.storageClassName }}
accessModes:
+3
View File
@@ -57,6 +57,9 @@ etcd:
storageClass: ""
accessModes:
- ReadWriteOnce
# -- The custom annotations to add to the PVC
customAnnotations: {}
# volumeType: local
overrides:
caSecret: