From aa122455f7407f55e3c1b33847c33e8a734b80c0 Mon Sep 17 00:00:00 2001 From: Jim Stallings Date: Sat, 20 Mar 2021 15:31:43 -0400 Subject: [PATCH] Remove branch switch for image update cmd in guide Signed-off-by: James Stallings --- docs/guides/image-update.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/guides/image-update.md b/docs/guides/image-update.md index 64ce95b8..0794af64 100644 --- a/docs/guides/image-update.md +++ b/docs/guides/image-update.md @@ -246,7 +246,6 @@ Create an `ImageUpdateAutomation` to tell Flux which Git repository to write ima ```sh flux create image update flux-system \ --git-repo-ref=flux-system \ ---branch=main \ --git-repo-path="./clusters/my-cluster" \ --checkout-branch=main \ --push-branch=main \