[CI] Specify kubectl version
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Simon Cornet 2023-03-23 11:55:14 +01:00
parent 4e6135955e
commit fba085ad11

View File

@ -14,8 +14,5 @@ steps:
from_secret: 'drone_kube_config'
commands:
- 'echo $KUBE_CONFIG > $HOME/.kube/config.bin'
- 'cat $HOME/.kube/config.bin'
- 'base64 -d $HOME/.kube/config.bin > $HOME/.kube/config'
- 'cat $HOME/.kube/config'
- 'echo "$KUBE_CONFIG" > $HOME/.kube/config'
- 'kubectl -n start-simoncor-net rollout restart deployment start-simoncor-net'