|
|
@ -118,11 +118,11 @@ flux bootstrap github \
|
|
|
|
--personal
|
|
|
|
--personal
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
!!! hint "Deploy Key"
|
|
|
|
!!! hint "Deploy key"
|
|
|
|
The bootstrap command creates a ssh key which it stores as a secret in the
|
|
|
|
The bootstrap command creates an 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
|
|
|
|
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
|
|
|
|
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.
|
|
|
|
to authenticate. **Removing the personal access token will also 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:
|
|
|
|
|
|
|
|
|
|
|
|