diff --git a/.woodpecker/e2e.yml b/.woodpecker/e2e.yml index ea42fe4..13c3c5d 100644 --- a/.woodpecker/e2e.yml +++ b/.woodpecker/e2e.yml @@ -21,7 +21,8 @@ pipeline: commands: - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community kind - export KUBECONFIG=$${CI_WORKSPACE}/kube.config - - kind create cluster --name chart-testing --node-image kindest/node:${k8s} --wait 60s + - kind create cluster --help + - kind create cluster --name chart-testing --image kindest/node:${k8s} --wait 60s - kind get clusters chart-testing: