[CI] Specify kubectl version
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Cornet 2023-03-23 11:25:33 +01:00
parent 81e8486391
commit 4db61f63fb

View File

@ -9,9 +9,6 @@ steps:
- image: 'docker.io/bitnami/kubectl:1.26.3'
name: 'deploy'
pull: 'always'
environment:
- KUBE_CONFIG: ${KUBE_CONFIG}
commands:
- echo $KUBE_CONFIG > $HOME/.kube/config
- cat $HOME/.kube/config