From af62414297bbff330edc51ad60c8b3c5c2807c2e Mon Sep 17 00:00:00 2001 From: Megha Mehta Date: Sun, 21 Mar 2021 02:09:37 +0530 Subject: [PATCH] command 2 --- Commands.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index 1ae3624..083f07d 100644 --- a/Commands.md +++ b/Commands.md @@ -30,7 +30,8 @@ argocd app create prod-kustomize-guestbook \ --repo https://github.com/radtac-craft/argocd-example-apps.git \ --path kustomize-guestbook/overlays/prod \ --dest-server https://kubernetes.default.svc \ ---dest-namespace prod-kustomize-guestbook +--dest-namespace prod-kustomize-guestbook \ +--revision HEAD argocd app sync prod-kustomize-guestbook argocd app wait prod-kustomize-guestbook --sync