website/docs: default to upgrade with install flag set (#2234)
This commit is contained in:
parent
5b5ea47b7a
commit
3189c56fc3
|
@ -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.
|
||||||
|
|
Reference in New Issue