diff --git a/.woodpecker.yml b/.woodpecker.yml index b2071e8..6e54f7a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,10 +14,10 @@ steps: deploy: image: portainer/kubectl-shell:latest secrets: - - source: kube-config + - source: kube_config target: KUBE_CONFIG_CONTENT commands: - - printf "$KUBE_CONFIG_CONTENT" > ~/kube-config - - KUBECONFIG=~/kube-config + - printf "$KUBE_CONFIG_CONTENT" > ~/kubeconfig + - KUBECONFIG=~/kubeconfig - kubectl get nodes