From 5fb09a1fe2919d625eff499246fd6d7963fdb145 Mon Sep 17 00:00:00 2001 From: umagnus Date: Thu, 13 Apr 2023 08:11:10 +0000 Subject: [PATCH] change the storageclass configuration method in the test file --- deploy/example/statefulset.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy/example/statefulset.yaml b/deploy/example/statefulset.yaml index 0a7116d3..2e9a855c 100644 --- a/deploy/example/statefulset.yaml +++ b/deploy/example/statefulset.yaml @@ -33,9 +33,8 @@ spec: volumeClaimTemplates: - metadata: name: persistent-storage - annotations: - volume.beta.kubernetes.io/storage-class: nfs-csi spec: + storageClassName: nfs-csi accessModes: ["ReadWriteOnce"] resources: requests: