fix: wrong channel for kubectl
This commit is contained in:
parent
6f499cf9d4
commit
bb66a49943
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue