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

Make sure flux create output gets redirected to file
pull/647/head
Michael Bridgen 4 years ago committed by GitHub
commit ed09dd57b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save