Lint and package chart About postgresql

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

Change-Id: I78447080e7b8b122c67f351ae5c82f03a1f591f9
This commit is contained in:
jinyuan 2021-03-05 15:54:24 +08:00
parent 0eb93933ff
commit bfbb3a327e

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 \