From 3c00d793e2172fea45e9629c71030ce4e3911367 Mon Sep 17 00:00:00 2001 From: log101 Date: Sun, 9 Mar 2025 09:53:04 +0300 Subject: [PATCH] revert "fix: remove non existent chart value" This reverts commit 33a261d757abd2a0af514275ce335caeae0d9a68. --- 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 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 }}