fix: wrong channel for kubectl

This commit is contained in:
Michael Kriese 2023-03-22 09:25:07 +01:00
parent 6f499cf9d4
commit bb66a49943
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -40,7 +40,8 @@ pipeline:
image: alpine:3.17.2
pull: true
commands:
- apk add --no-cache helm kubectl
- apk add --no-cache helm
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing kubectl
- export KUBECONFIG=$${CI_WORKSPACE}/kube.config
- kubectl get no -o wide