mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
fixing command for expected output
The \ before the comment here means the subsequent lines end up getting commented out (and then not exported), see: https://stackoverflow.com/questions/9522631/how-to-put-a-line-comment-for-a-multi-line-command Signed-off-by: Daniel Morgan <daniel@morgan.cymru>
This commit is contained in:
parent
ce4ecfb388
commit
ba4df070cf
1 changed files with 2 additions and 1 deletions
|
|
@ -211,8 +211,9 @@ mkdir -p ./my-cluster/flux-system
|
|||
Generate the Flux manifests with:
|
||||
|
||||
```sh
|
||||
# on ARM64/AARCH64 clusters use --arch=arm64
|
||||
flux install --version=latest \
|
||||
--arch=amd64 \ # on ARM64/AARCH64 clusters use --arch=arm64
|
||||
--arch=amd64 \
|
||||
--export > ./my-cluster/flux-system/gotk-components.yaml
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue