Lint and package chart About mongodb

Without this "make",It can lead to not being found <helm-toolkit> when running this script.

Change-Id: Ie980148f9f087f525a5460caa3dada6f0a4a9f03
This commit is contained in:
jinyuan 2021-03-05 16:04:06 +08:00
parent 0eb93933ff
commit 024678fbbf

View File

@ -13,6 +13,11 @@
# under the License.
set -xe
export HELM_CHART_ROOT_PATH="${HELM_CHART_ROOT_PATH:="${OSH_INFRA_PATH:="../openstack-helm-infra"}"}"
#NOTE: Lint and package chart
make -C ${HELM_CHART_ROOT_PATH} mongodb
#NOTE: Wait for deploy
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
helm upgrade --install mongodb ${OSH_INFRA_PATH}/mongodb \