website/docs: default to upgrade with install flag set (#2234)

This commit is contained in:
Daniel Thorpe 2022-02-04 21:36:34 +00:00 committed by GitHub
parent 5b5ea47b7a
commit 3189c56fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ Afterwards, run these commands to install authentik:
``` ```
helm repo add authentik https://charts.goauthentik.io helm repo add authentik https://charts.goauthentik.io
helm repo update helm repo update
helm install authentik authentik/authentik -f values.yaml helm upgrade --install authentik authentik/authentik -f values.yaml
``` ```
This installation automatically applies database migrations on startup. After the installation is done, navigate to the `https://<ingress you've specified>/if/flow/initial-setup/`, to set a password for the akadmin user. This installation automatically applies database migrations on startup. After the installation is done, navigate to the `https://<ingress you've specified>/if/flow/initial-setup/`, to set a password for the akadmin user.