Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEmacs
argocd account update-password


Creating A Sample Project

Code Block
themeEmacs
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
themeEmacs
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