From b7a03aa506f311405e3f8925437e2665be70f0ca Mon Sep 17 00:00:00 2001 From: akiyamn Date: Thu, 7 Jul 2022 21:06:51 +1000 Subject: fix pvc again --- yamls/pvc.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yamls/pvc.yaml b/yamls/pvc.yaml index d3eea82..6528a5f 100644 --- a/yamls/pvc.yaml +++ b/yamls/pvc.yaml @@ -6,4 +6,5 @@ spec: accessModes: - ReadWriteMany resources: - storage: 2Gi \ No newline at end of file + requests: + storage: 2Gi \ No newline at end of file -- cgit v1.2.3