Testing
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 27s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 27s
This commit is contained in:
@@ -30,6 +30,7 @@ jobs:
|
|||||||
echo > ~/.kube/config << EOF
|
echo > ~/.kube/config << EOF
|
||||||
${{ secrets.KUBECONFIG }}
|
${{ secrets.KUBECONFIG }}
|
||||||
EOF
|
EOF
|
||||||
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
|
cat ~/.kube/config
|
||||||
install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
|
# curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
|
||||||
/usr/local/bin/kubectl apply --validate=false -f argo.yaml
|
# install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
|
||||||
|
# /usr/local/bin/kubectl apply --validate=false -f argo.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user