From 3189c56fc37ef1e8e48193141c06be94e5731a24 Mon Sep 17 00:00:00 2001 From: Daniel Thorpe <1077065+dantho281@users.noreply.github.com> Date: Fri, 4 Feb 2022 21:36:34 +0000 Subject: [PATCH] website/docs: default to upgrade with install flag set (#2234) --- website/docs/installation/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.