Testing
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 32s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 32s
This commit is contained in:
@@ -28,7 +28,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir ~/.kube
|
mkdir ~/.kube
|
||||||
echo '${{ secrets.KUBECONFIG }}' > ~/.kube/config
|
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"
|
||||||
# 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
|
/usr/local/bin/kubectl apply --validate=false -f argo.yaml
|
||||||
# /usr/local/bin/kubectl apply --validate=false -f argo.yaml
|
|
||||||
|
|||||||
Reference in New Issue
Block a user