mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 15:41:47 +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:
commit
ed09dd57b6
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ synchronize with the specified path inside the repository.
|
||||||
|
|
||||||
## Deploy a demo app
|
## Deploy a demo app
|
||||||
|
|
||||||
We'll be using a tiny webapp called [podinfo](https://github.com/stefanprodan/podinfo) to
|
We'll be using a tiny webapp called [podinfo](https://github.com/stefanprodan/podinfo) to
|
||||||
showcase the image update feature.
|
showcase the image update feature.
|
||||||
|
|
||||||
Clone your repository with:
|
Clone your repository with:
|
||||||
|
|
@ -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