mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-25 00:51:48 +00:00
Move hint to github guide
Signed-off-by: Philip Laine <philip.laine@xenit.se>
This commit is contained in:
parent
a7362b60e7
commit
3de81827eb
2 changed files with 6 additions and 6 deletions
|
|
@ -102,12 +102,6 @@ The bootstrap command creates a repository if one doesn't exist, and
|
||||||
commits the manifests for the Flux components to the default branch at the specified path.
|
commits the manifests for the Flux components to the default branch at the specified path.
|
||||||
Then it configures the target cluster to synchronize with the specified path inside the repository.
|
Then it configures the target cluster to synchronize with the specified path inside the repository.
|
||||||
|
|
||||||
!!! hint "Deploy Key"
|
|
||||||
The bootstrap command creates a ssh key which it stores as a secret in the
|
|
||||||
Kubernetes cluster. The key is also used to create a deploy key in the GitHub
|
|
||||||
repository. The new deploy key will be linked to the personal access token used
|
|
||||||
to authenticate. Removing the personal access token will remove the deploy key.
|
|
||||||
|
|
||||||
If you wish to create the repository under a GitHub organization:
|
If you wish to create the repository under a GitHub organization:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
|
|
@ -118,6 +118,12 @@ flux bootstrap github \
|
||||||
--personal
|
--personal
|
||||||
```
|
```
|
||||||
|
|
||||||
|
!!! hint "Deploy Key"
|
||||||
|
The bootstrap command creates a ssh key which it stores as a secret in the
|
||||||
|
Kubernetes cluster. The key is also used to create a deploy key in the GitHub
|
||||||
|
repository. The new deploy key will be linked to the personal access token used
|
||||||
|
to authenticate. Removing the personal access token will remove the deploy key.
|
||||||
|
|
||||||
Run the bootstrap for a repository owned by a GitHub organization:
|
Run the bootstrap for a repository owned by a GitHub organization:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue