diff --git a/hack/kind/local-path-storage.yaml b/hack/kind/local-path-storage.yaml index f27f47d5e4..695648ea07 100644 --- a/hack/kind/local-path-storage.yaml +++ b/hack/kind/local-path-storage.yaml @@ -86,7 +86,7 @@ kind: StorageClass metadata: annotations: storageclass.beta.kubernetes.io/is-default-class: "true" - name: local-path + name: e2e-default provisioner: rancher.io/local-path volumeBindingMode: WaitForFirstConsumer reclaimPolicy: Delete