diff --git a/docs/setup/upgrade/index.md b/docs/setup/upgrade/index.md index 7e8be9e..e0fce43 100644 --- a/docs/setup/upgrade/index.md +++ b/docs/setup/upgrade/index.md @@ -70,7 +70,7 @@ $ helm ls -A | grep kubestash # update license key keeping the current version $ helm upgrade kubestash oci://ghcr.io/appscode-charts/kubestash \ --version= \ - --namespace stash --create-namespace \ + --namespace= \ --reuse-values \ --set-file global.license=/path/to/new/license.txt ``` @@ -87,7 +87,7 @@ $ helm ls -A | grep kubestash # update license key keeping the current version $ helm template kubestash oci://ghcr.io/appscode-charts/kubestash -n kubestash \ --version= \ - --namespace stash --create-namespace \ + --namespace= \ --set global.skipCleaner=true \ --show-only appscode/kubestash-operator/templates/license.yaml \ --set-file global.license=/path/to/new/license.txt | kubectl apply -f -