DONE
All checks were successful
Build and deploy / Build (push) Successful in 2m20s

This commit is contained in:
Evrard Van Espen
2025-11-20 20:20:44 +00:00
parent 54ffd24610
commit 7968ceed33

View File

@@ -30,5 +30,5 @@ jobs:
echo '${{ secrets.KUBECONFIG }}' > ~/.kube/config echo '${{ secrets.KUBECONFIG }}' > ~/.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
sed -i "s/COMMIT_REF/$GITEA_SHA/g" argo.template.yaml sed -i "s/COMMIT_REF/${{ env.GITEA_SHA }}/g" argo.template.yaml
/usr/local/bin/kubectl apply --validate=false -f argo.template.yaml /usr/local/bin/kubectl apply --validate=false -f argo.template.yaml