1
0
mirror of synced 2026-03-15 15:56:56 +00:00

Merge pull request #646 from fluxcd/auto-docs-correction

Make sure flux create output gets redirected to file
This commit is contained in:
Michael Bridgen
2021-01-04 15:17:39 +00:00
committed by GitHub

View File

@@ -235,7 +235,7 @@ flux create image update flux-system \
--author-name=fluxcdbot \
--author-email=fluxcdbot@users.noreply.github.com \
--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: