diff --git a/tools/deployment/multinode/210-postgresql.sh b/tools/deployment/multinode/210-postgresql.sh index 14a417bcf0..d618dddacb 100755 --- a/tools/deployment/multinode/210-postgresql.sh +++ b/tools/deployment/multinode/210-postgresql.sh @@ -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} postgresql + #NOTE: Wait for deploy : ${OSH_INFRA_PATH:="../openstack-helm-infra"} helm upgrade --install postgresql ${OSH_INFRA_PATH}/postgresql \