...
Code Block |
---|
|
argocd account update-password |
Creating A Sample Project
Code Block |
---|
|
argocd app create simple --repo https://github.com/argoproj/argocd-example-apps.git --path kustomize-guestbook --dest-server https://kubernetes.default.svc --dest-namespace default |
This project is located in https://github.com/argoproj/argocd-example-apps/tree/master/kustomize-guestbook
Image Added
Multi-Level Cluster Test
Code Block |
---|
|
argocd app create dev --repo https://github.com/johnmehan/argocd.git --path cluster/dev
jmehan@lp-jmehan-mac argocd % argocd app create dev --repo https://github.com/johnmehan/argocd.git --path cluster/dev --dest-server https://kubernetes.default.svc --dest-namespace default |
References