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