diff --git a/another-pvc-test.yaml b/another-pvc-test.yaml new file mode 100644 index 0000000..3bed8dc --- /dev/null +++ b/another-pvc-test.yaml @@ -0,0 +1,10 @@ +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + name: another-nfs-pvc-test +spec: + accessModes: + - ReadWriteMany + resources: + requests: + storage: 50Mi