Merge "Lint and package chart About mongodb"

This commit is contained in:
Zuul 2021-03-16 17:09:18 +00:00 committed by Gerrit Code Review
commit 57efbf4a63

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 \