Skip to content

Commit

Permalink
Removed a PVC definition that was added by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtejas committed Oct 29, 2024
1 parent 8aed34d commit 9296329
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions k8s/pvc.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: nfs-rwx-storage
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 5Gi
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: web-pvc
spec:
Expand Down

0 comments on commit 9296329

Please sign in to comment.