From b016a41f7b02540f0768b86db03103111d505239 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Mon, 18 Dec 2023 06:59:39 -0800 Subject: [PATCH] Update license update command Signed-off-by: Tamal Saha --- docs/setup/upgrade/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/setup/upgrade/index.md b/docs/setup/upgrade/index.md index db6ce02a..5e996e0d 100644 --- a/docs/setup/upgrade/index.md +++ b/docs/setup/upgrade/index.md @@ -174,7 +174,6 @@ helm upgrade stash oci://ghcr.io/appscode-charts/stash \ --version= \ --namespace stash --create-namespace \ --reuse-values \ - --set features.enterprise=true \ --set-file global.license=/path/to/new/license.txt \ --wait --burst-limit=10000 --debug ```