Add CI #1

Merged
evanespen merged 72 commits from testing-ci into main 2025-11-20 20:28:21 +00:00
Showing only changes of commit 1e1f25f3ff - Show all commits

View File

@@ -28,7 +28,6 @@ jobs:
run: |
mkdir ~/.kube
echo '${{ secrets.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"
# install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
# /usr/local/bin/kubectl apply --validate=false -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
/usr/local/bin/kubectl apply --validate=false -f argo.yaml