From cc0ad4a2c80d587e485d6cf9d894932301ab0078 Mon Sep 17 00:00:00 2001 From: log101 Date: Sun, 9 Mar 2025 02:15:48 +0300 Subject: [PATCH] fix: change 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 a1c5717..6072df1 100644 --- a/chart/templates/pvc.yaml +++ b/chart/templates/pvc.yaml @@ -3,7 +3,7 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: - name: {{ include "common.names.fullname" . }} + name: {{ include "chart.fullname" . }} labels: {{- include "common.labels.standard" . | nindent 4 }} spec: