Gate: Fix Make command for mariadb
This updates the Make command used in the mariadb deployment scripts to account for the chart residing in openstack-helm-infra Change-Id: I4485cc425ea4c21eac71dc2f8fe625a5b5c89b96
This commit is contained in:
parent
e2f690b7cc
commit
b1b4cccde1
@ -17,10 +17,10 @@
|
||||
set -xe
|
||||
|
||||
#NOTE: Lint and package chart
|
||||
make mariadb
|
||||
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
|
||||
make -C ${OSH_INFRA_PATH} mariadb
|
||||
|
||||
#NOTE: Deploy command
|
||||
: ${OSH_INFRA_PATH:="../openstack-helm-infra"}
|
||||
: ${OSH_EXTRA_HELM_ARGS:=""}
|
||||
helm upgrade --install mariadb ${OSH_INFRA_PATH}/mariadb \
|
||||
--namespace=openstack \
|
||||
|
Loading…
x
Reference in New Issue
Block a user