1 Commits
0.1.3 ... 0.1.4

Author SHA1 Message Date
f6b0061f10 use kubectl, fix 4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2023-11-17 15:58:10 +01:00

View File

@ -20,7 +20,7 @@ steps:
target: KUBE_CONFIG_CONTENT
commands:
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
- KUBECONFIG=/tmp/kubeconfig
- export KUBECONFIG=/tmp/kubeconfig
- kubectl get nodes
when:
- event: tag