website/docs: Update Kubernetes Bootstrap Instructions (#14471)

* website/docs: update envFrom block for automated install

* format

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Miguel Sánchez
2025-05-11 15:13:14 +02:00
committed by GitHub
parent f11ba94603
commit b01ffd934f

View File

@ -29,9 +29,10 @@ authentik:
To store the password and token in a secret, use:
```yaml
envFrom:
- secretRef:
name: _some-secret_
global:
envFrom:
- secretRef:
name: _some-secret_
```
where _some-secret_ contains the environment variables as in the documentation above.