mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 16:41:47 +00:00
Remove branch switch for image update cmd in guide
Signed-off-by: James Stallings <jstallings@constantcontact.com>
This commit is contained in:
parent
880e70c19c
commit
aa122455f7
1 changed files with 0 additions and 1 deletions
|
|
@ -246,7 +246,6 @@ Create an `ImageUpdateAutomation` to tell Flux which Git repository to write ima
|
||||||
```sh
|
```sh
|
||||||
flux create image update flux-system \
|
flux create image update flux-system \
|
||||||
--git-repo-ref=flux-system \
|
--git-repo-ref=flux-system \
|
||||||
--branch=main \
|
|
||||||
--git-repo-path="./clusters/my-cluster" \
|
--git-repo-path="./clusters/my-cluster" \
|
||||||
--checkout-branch=main \
|
--checkout-branch=main \
|
||||||
--push-branch=main \
|
--push-branch=main \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue