From: Bartek Grzybowski Date: Tue, 9 Feb 2021 10:47:39 +0000 (+0100) Subject: [DOCS] Fix Helm3 install guide in regard of "deploy" step X-Git-Tag: 8.0.0~135 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=bba1e249e30cd11552a21553b63881aac5fe1973;hp=bba1e249e30cd11552a21553b63881aac5fe1973;p=oom.git [DOCS] Fix Helm3 install guide in regard of "deploy" step In contrary to helm v2 behaviour helm v3 does not automatically create namespace even if "--namespace" option is passed to it's "install" or "upgrade" subcommand. Additional flag "--create-namespace" has to be set. Alternatively namespace can be created manually before running "helm deploy" without that flag. Change-Id: I3c425667db3065e2aa04a8f140e1037d5080c96a Issue-ID: OOM-2562 Signed-off-by: Bartek Grzybowski ---