From 81a10526d25c77a4c99cd4a1ca7d090f5f7cf9e6 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Tue, 24 Sep 2024 21:12:09 -0500 Subject: [PATCH] apply argo apps on startup --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 96e7d6e..db33339 100644 --- a/justfile +++ b/justfile @@ -18,6 +18,7 @@ argo-install: kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml kubectl get pods -n argocd + kubectl apply -f argo argo-forward: kubectl port-forward svc/argocd-server -n argocd 8080:443