Testing
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 29s

This commit is contained in:
Evrard Van Espen
2025-11-20 18:45:59 +00:00
parent ab9876b81a
commit ab3f36ee41

View File

@@ -30,6 +30,7 @@ jobs:
echo > ~/.kube/config << EOF
${{ secrets.KUBECONFIG }}
EOF
apt update
apt install -y kubectl
/usr/bin/kubectl apply -f argo.yaml
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
kubectl version --client
/usr/local/bin/kubectl apply -f argo.yaml