mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2026-01-04 22:11:39 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user