This commit is contained in:
Evrard Van Espen
2025-11-20 18:55:08 +00:00
parent 37cd25db56
commit 5fb92608d2

View File

@@ -28,6 +28,7 @@ jobs:
run: |
env
mkdir ~/.kube
export KUBECONFIG=${{ secrets.KUBECONFIG }}
echo "$KUBECONFIG" > ~/.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"