mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-26 01:15:00 +00:00
Make sure flux create output gets redirected to file
(i.e.: a missing `>`) Signed-off-by: Michael Bridgen <michael@weave.works>
This commit is contained in:
parent
dd5165dcbf
commit
58b4c980c1
1 changed files with 2 additions and 2 deletions
|
|
@ -235,7 +235,7 @@ flux create image update flux-system \
|
||||||
--author-name=fluxcdbot \
|
--author-name=fluxcdbot \
|
||||||
--author-email=fluxcdbot@users.noreply.github.com \
|
--author-email=fluxcdbot@users.noreply.github.com \
|
||||||
--commit-template="[ci skip] update image" \
|
--commit-template="[ci skip] update image" \
|
||||||
--export ./clusters/my-cluster/flux-system-automation.yaml
|
--export > ./clusters/my-cluster/flux-system-automation.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
The above command generates the following manifest:
|
The above command generates the following manifest:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue