Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarm committed Sep 3, 2024
1 parent 655f87c commit 56a1f33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chart/f7t4jhub/templates/pvc.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 56a1f33

Please sign in to comment.