mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Fix extra space in flux install
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -64,6 +64,9 @@ This section is a [direct copy of the official docs](https://fluxcd.io/docs/inst
|
|||||||
|
|
||||||
Create a GitHub [personal access token](https://github.com/settings/tokens) that can create repositories by checking all permissions under repo, as well as all options under `admin:public_key `. (*we'll use the token in the bootstrapping step below*)
|
Create a GitHub [personal access token](https://github.com/settings/tokens) that can create repositories by checking all permissions under repo, as well as all options under `admin:public_key `. (*we'll use the token in the bootstrapping step below*)
|
||||||
|
|
||||||
|
``` tip
|
||||||
|
A **personal token**, not one of these new-fangled "fine grained access tokens", which don't work with Flux (yet) :)
|
||||||
|
|
||||||
### Create GitHub Repo
|
### Create GitHub Repo
|
||||||
|
|
||||||
Now we'll create a repo for flux - it can (*and probably should!*) be private. I've created a [template repo to get you started](https://github.com/geek-cookbook/template-flux/generate), but you could simply start with a blank repo too (*although you'll need at least a `bootstrap` directory included or the command below will fail*).[^1]
|
Now we'll create a repo for flux - it can (*and probably should!*) be private. I've created a [template repo to get you started](https://github.com/geek-cookbook/template-flux/generate), but you could simply start with a blank repo too (*although you'll need at least a `bootstrap` directory included or the command below will fail*).[^1]
|
||||||
@@ -86,7 +89,7 @@ Now, run a customized version of the following:
|
|||||||
GITHUB_TOKEN=<your-token>
|
GITHUB_TOKEN=<your-token>
|
||||||
flux bootstrap github \
|
flux bootstrap github \
|
||||||
--owner=my-github-username \
|
--owner=my-github-username \
|
||||||
--repository=my-github-username/my-repository \
|
--repository=my-repository \
|
||||||
--personal \
|
--personal \
|
||||||
--path bootstrap
|
--path bootstrap
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user