more fixes

This commit is contained in:
Michael Kriese 2023-03-21 14:30:39 +01:00
parent ede3f35724
commit cfd0c04479
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -21,7 +21,8 @@ pipeline:
commands: commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community kind - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community kind
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config - 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 - kind get clusters
chart-testing: chart-testing: