From 33a261d757abd2a0af514275ce335caeae0d9a68 Mon Sep 17 00:00:00 2001 From: log101 Date: Sun, 9 Mar 2025 02:19:53 +0300 Subject: [PATCH] fix: remove non existent chart value --- chart/templates/pvc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}