mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 01:07:27 +00:00
Merge pull request #425 from plod/main
docs: fixing command for expected output
This commit is contained in:
commit
f4adcae79a
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