apply argo apps on startup

This commit is contained in:
Waylon S. Walker 2024-09-24 21:12:09 -05:00
parent 0303b212e9
commit 81a10526d2

View file

@ -18,6 +18,7 @@ argo-install:
kubectl create namespace argocd kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
kubectl get pods -n argocd kubectl get pods -n argocd
kubectl apply -f argo
argo-forward: argo-forward:
kubectl port-forward svc/argocd-server -n argocd 8080:443 kubectl port-forward svc/argocd-server -n argocd 8080:443