1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

Merge pull request #1974 from vyankyGH/update/e2e-test

Update e2e tests
This commit is contained in:
Jim Bugwadia 2021-06-08 11:56:20 -07:00 committed by GitHub
commit eaa96f3def
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ pwd=$(pwd)
hash=$(git describe --always --tags) hash=$(git describe --always --tags)
# #
## Install Kind ## Install Kind
curl -Lo $pwd/kind https://kind.sigs.k8s.io/dl/v0.10.0/kind-linux-amd64 curl -Lo $pwd/kind https://kind.sigs.k8s.io/dl/v0.11.0/kind-linux-amd64
chmod a+x $pwd/kind chmod a+x $pwd/kind
## Create Kind Cluster ## Create Kind Cluster