Skip to content

Commit

Permalink
Fix the name of the default e2e storage class for Kind (#2522)
Browse files Browse the repository at this point in the history
The E2E tests expect a storage class named `e2e-default`.
  • Loading branch information
thbkrkr authored Feb 5, 2020
1 parent ab9c3ea commit 89a2c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/kind/local-path-storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89a2c29

Please sign in to comment.