From fb4c3a577b1582151689a4fbb2db0da0f31ea54a Mon Sep 17 00:00:00 2001 From: sandervanvugt Date: Tue, 29 Nov 2022 07:05:01 -0800 Subject: [PATCH] message --- another-pvc-test.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 another-pvc-test.yaml 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