[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:11:27 +01:00
parent f8700851d5
commit 89dbe3faa8

View File

@ -9,9 +9,7 @@ steps:
- image: 'docker.io/bitnami/kubectl:1.26.3' - image: 'docker.io/bitnami/kubectl:1.26.3'
name: 'deploy' name: 'deploy'
pull: 'always' pull: 'always'
environment: secrets: [ kube_config ]
KUBE_CONFIG:
from_secret: 'kube_config'
commands: commands:
- 'echo $KUBE_CONFIG > $HOME/.kube/config' - 'echo $KUBE_CONFIG > $HOME/.kube/config'