website/docs: upgrade: fix helm command (#11403)

This commit is contained in:
N4v41
2024-09-17 07:56:40 -03:00
committed by GitHub
parent 6b94fecf7b
commit bb56c4fa49

View File

@ -40,7 +40,7 @@ import TabItem from "@theme/TabItem";
``` ```
helm repo update helm repo update
helm install --upgrade authentik authentik/authentik -f values.yaml helm upgrade --install authentik authentik/authentik -f values.yaml
``` ```
</TabItem> </TabItem>