diff --git a/charts/common/templates/_pvcs.yaml b/charts/common/templates/_pvcs.yaml index 52994766..7f49b8d2 100644 --- a/charts/common/templates/_pvcs.yaml +++ b/charts/common/templates/_pvcs.yaml @@ -9,6 +9,10 @@ metadata: name: {{ template "library.name" $root }}-{{ .name }} labels: {{ include "library.labels.stable" $root | indent 4 }} +{{- if .annotations }} + annotations: +{{ toYaml .annotations | indent 4 }} +{{- end }} spec: accessModes: {{- if .accessModes }}