Testing
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 31s

This commit is contained in:
Evrard Van Espen
2025-11-20 18:51:41 +00:00
parent 0ebdeb5cc2
commit 6284facd45

View File

@@ -27,9 +27,7 @@ jobs:
- name: Setup Kubectl - name: Setup Kubectl
run: | run: |
mkdir ~/.kube mkdir ~/.kube
echo > ~/.kube/config << EOF echo "$KUBECONFIG" > ~/.kube/config
${{ secrets.KUBECONFIG }}
EOF
cat ~/.kube/config cat ~/.kube/config
# curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" # 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 # install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl