add: argo installer and base app

This commit is contained in:
Namonay
2025-12-15 17:25:13 +01:00
parent f76b7ef2bd
commit 152c238584
5 changed files with 56 additions and 20 deletions

View File

@ -1,3 +1,7 @@
kubectl delete -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
kubectl delete -n dev -f ../confs/ingress.yml
kubectl delete -n dev -f ../confs/service.yml
kubectl delete -n dev -f ../confs/app.yml
kubectl delete namespace argocd
kubectl delete namespace dev
k3d cluster delete inception-of-things