[GENERAL] Fix failed chart list reporting in deploy plugin 43/117743/1
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Thu, 11 Feb 2021 12:20:53 +0000 (13:20 +0100)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Thu, 11 Feb 2021 12:20:53 +0000 (13:20 +0100)
commit9c096c92d3623f5d8717efbf63e9d607369f06a8
treededed161ebfe765881bf5b3fe25d4d8b8b1321ca
parent5041b168ab3326aa829dbd5dd950dbde5e002acf
[GENERAL] Fix failed chart list reporting in deploy plugin

Helm's v3 'list' subcommand syntax has changed and without
[-A | --all-namespaces] flag it's output will contain only
charts from default namespace, not the one ONAP was deployed
in. Hence if any chart fail to deploy the output of "helm ls"
would be still empty without --all-namespaces flag.

Change-Id: I425a6ac8823b69e64f2f68f4475c51691239ad33
Issue-ID: OOM-2677
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
kubernetes/helm/plugins/deploy/deploy.sh