Skip to content

Commit

Permalink
Enables annotations for pvcs
Browse files Browse the repository at this point in the history
Signed-off-by: ytsurk <[email protected]>
  • Loading branch information
ytsurk committed Oct 8, 2024
1 parent e9f6752 commit 95e6c71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/common/templates/_pvcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 95e6c71

Please sign in to comment.