Skip to content

kustless/argo-cd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

argocd

Cache origin manifest locally

kustomize build origin > origin.yaml

Install to cluster

kubectl apply -k .

Login cluster

kubectl port-forward svc/argocd-server -n argocd 8080:443
argocd login localhost:8080 --name flax.local --username admin --password `kubectl get pods -n argocd -l app.kubernetes.io/name=argocd-server -o name | cut -d'/' -f 2`

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published