From 3a30bd8fedaa623af3f061d9f5475fd54b894043 Mon Sep 17 00:00:00 2001 From: Phan Le Date: Thu, 2 Feb 2023 17:17:23 -0800 Subject: [PATCH] Remove the share parameter since the accessMode should be determine by the PVC Signed-off-by: Phan Le --- examples/rwx/storageclass-migratable.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/rwx/storageclass-migratable.yaml b/examples/rwx/storageclass-migratable.yaml index 271a876..3209992 100644 --- a/examples/rwx/storageclass-migratable.yaml +++ b/examples/rwx/storageclass-migratable.yaml @@ -9,4 +9,3 @@ parameters: staleReplicaTimeout: "2880" # 48 hours in minutes fromBackup: "" migratable: "true" - share: "false"