From 56a1f3335b61f8dce12241b6772fb13baf3b52bf Mon Sep 17 00:00:00 2001 From: Rafael Sarmiento Date: Tue, 3 Sep 2024 12:26:07 +0200 Subject: [PATCH] remove comments --- chart/f7t4jhub/templates/pvc.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/f7t4jhub/templates/pvc.yaml b/chart/f7t4jhub/templates/pvc.yaml index 57c474d..c1d3ba2 100644 --- a/chart/f7t4jhub/templates/pvc.yaml +++ b/chart/f7t4jhub/templates/pvc.yaml @@ -1,10 +1,10 @@ apiVersion: v1 kind: PersistentVolumeClaim metadata: - name: {{ .Release.Name }}-pvc # Name of your PVC + name: {{ .Release.Name }}-pvc spec: accessModes: - - ReadWriteOnce # Access mode for the PVC + - ReadWriteOnce resources: requests: - storage: 1Gi # Requested storage size + storage: 1Gi