Add labels to PVC manifest

This commit is contained in:
Oliver Fueckert 2023-12-09 12:25:07 +01:00
parent 7e403d5ef6
commit b5e12d315a
No known key found for this signature in database

View file

@ -6,6 +6,8 @@ metadata:
namespace: {{ $.Release.Namespace }}
annotations:
{{ .Values.persistence.annotations | toYaml | indent 4}}
labels:
{{ .Values.persistence.labels | toYaml | indent 4}}
spec:
accessModes:
{{- if gt .Values.replicaCount 1.0 }}