Merge "Lint and package chart About postgresql"

This commit is contained in:
Zuul 2021-03-16 15:20:44 +00:00 committed by Gerrit Code Review
commit ccc036c88c

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} postgresql
#NOTE: Wait for deploy
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
helm upgrade --install postgresql ${OSH_INFRA_PATH}/postgresql \