mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-22 15:41:47 +00:00
docs: add a missing git pull command
Signed-off-by: Inseo Kim <sano307@naver.com>
This commit is contained in:
parent
5ddcb39129
commit
dcfe0e5eaa
1 changed files with 6 additions and 0 deletions
|
|
@ -88,6 +88,12 @@ flux bootstrap github \
|
|||
--personal
|
||||
```
|
||||
|
||||
Pull the changes locally:
|
||||
|
||||
```sh
|
||||
git pull
|
||||
```
|
||||
|
||||
!!! hint "ARM"
|
||||
When deploying to a Kubernetes cluster with ARM architecture,
|
||||
you can use `--arch=arm` for ARMv7 32-bit container images
|
||||
|
|
|
|||
Loading…
Reference in a new issue