diff --git a/chart/templates/pvc.yaml b/chart/templates/pvc.yaml index 3bca382..6072df1 100644 --- a/chart/templates/pvc.yaml +++ b/chart/templates/pvc.yaml @@ -5,7 +5,7 @@ kind: PersistentVolumeClaim metadata: name: {{ include "chart.fullname" . }} labels: - {{- include "chart.labels" . | nindent 4 }} + {{- include "common.labels.standard" . | nindent 4 }} spec: accessModes: {{- toYaml .Values.persistence.accessModes | nindent 4 }}