ci: fixes

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

View file

@ -19,15 +19,16 @@ pipeline:
image: alpine:3.17.2
pull: true
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing kind
- 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 get clusters
chart-testing:
image: alpine:3.17.2
pull: true
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm kubectl kind
- apk add --no-cache helm kubectl
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
- kubectl get no -o wide
@ -35,7 +36,7 @@ pipeline:
image: alpine:3.17.2
pull: true
commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing kind
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community kind
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
- kind delete cluster--name chart-testing
when: