From 89a2c2914fbf4cb702442d0af77e99a5e9d84305 Mon Sep 17 00:00:00 2001 From: Thibault Richard Date: Wed, 5 Feb 2020 17:11:48 +0100 Subject: [PATCH] Fix the name of the default e2e storage class for Kind (#2522) The E2E tests expect a storage class named `e2e-default`. --- hack/kind/local-path-storage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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