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