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:
commit
eaa96f3def
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue