website/docs: fix beta instructions for k8s

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-06-09 11:07:02 +02:00
parent 20493252e2
commit e95b9da586
1 changed files with 3 additions and 1 deletions

View File

@ -28,9 +28,11 @@ Afterwards, run the upgrade commands from the latest releasae notes.
Add the following block to your `values.yml` file:
```yaml
authentik:
outposts:
docker_image_base: beryju.org/authentik/outpost-%(type)s:gh-%(build_hash)s
image:
name: beryju.org/authentik/server
name_outposts: beryju.org/authentik/outpost-%(type)s:gh-next
tag: gh-next
# pullPolicy: Always to ensure you always get the latest version
pullPolicy: Always