Skip to content

Commit

Permalink
website/docs: Add Kubernetes Bootstrap Instructions (goauthentik#9541)
Browse files Browse the repository at this point in the history
* Add Kubernetes Bootstrap Instructions

Signed-off-by: Zapfmeister <zapfmeister@gmail.com>

* Update website/docs/installation/automated-install.md

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Zapfmeister <zapfmeister@gmail.com>

* Update website/docs/installation/automated-install.md

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Zapfmeister <zapfmeister@gmail.com>

* Update website/docs/installation/automated-install.md

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Zapfmeister <zapfmeister@gmail.com>

* Update website/docs/installation/automated-install.md

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Zapfmeister <zapfmeister@gmail.com>

* Fix lint

* Update website/docs/installation/automated-install.md

Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Zapfmeister <zapfmeister@gmail.com>

---------

Signed-off-by: Zapfmeister <zapfmeister@gmail.com>
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
  • Loading branch information
3 people authored and gergosimonyi committed Jul 17, 2024
1 parent 6c6b86e commit 9972266
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions website/docs/installation/automated-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,23 @@ Requires authentik 2023.3
:::

Set the email address for the default `akadmin` user.

## Kubernetes

In the Helm values, set the `akadmin`user password and token:

```text
authentik:
bootstrap_token: test
bootstrap_password: test
```

To store the password and token in a secret, use:

```text
envFrom:
- secretRef:
name: _some-secret_
```

where _some-secret_ contains the environment variables as in the documentation above.

0 comments on commit 9972266

Please sign in to comment.