apply argo apps on startup
This commit is contained in:
parent
0303b212e9
commit
81a10526d2
1 changed files with 1 additions and 0 deletions
1
justfile
1
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue