diff --git a/website/docs/installation/kubernetes.md b/website/docs/installation/kubernetes.md index 225b1d60c..d99a61035 100644 --- a/website/docs/installation/kubernetes.md +++ b/website/docs/installation/kubernetes.md @@ -41,7 +41,7 @@ Afterwards, run these commands to install authentik: ``` helm repo add authentik https://charts.goauthentik.io 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:///if/flow/initial-setup/`, to set a password for the akadmin user.