Skip to content

Commit

Permalink
https://github.com/argoproj/argo-cd/issues/1809#issuecomment-860123674
Browse files Browse the repository at this point in the history
How do I update sync policy?
  • Loading branch information
kaihendry committed Jul 29, 2022
1 parent 44f5e12 commit 1376da6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ Install argocd client
Run a service:

kubectl config set-context --current --namespace=argocd
argocd app create guestbook --repo https://github.com/argoproj/argocd-example-apps.git --path guestbook --dest-server https://kubernetes.default.svc --dest-namespace default
argocd app get guestbook
argocd app sync guestbook

Run my service

argocd app create sla --repo https://github.com/kaihendry/sla.git --path k8s --dest-server https://kubernetes.default.svc --dest-namespace kai
argocd app get sla
argocd app sync sla

0 comments on commit 1376da6

Please sign in to comment.