mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-24 16:41:47 +00:00
Merge pull request #619 from fluxcd/pat-hint
Add note about deploy key linked to pat
This commit is contained in:
commit
12a0ebe3ba
1 changed files with 6 additions and 0 deletions
|
|
@ -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