Merge "Change set variable in openstack helm gate job"

This commit is contained in:
Zuul 2019-06-03 21:30:37 +00:00 committed by Gerrit Code Review
commit 10f3ae3c93

View File

@ -24,6 +24,7 @@ make -C ${OSH_INFRA_PATH} mariadb
: ${OSH_EXTRA_HELM_ARGS:=""}
helm upgrade --install mariadb ${OSH_INFRA_PATH}/mariadb \
--namespace=openstack \
--set volume.use_local_path_for_single_pod_cluster.enabled=true \
--set volume.enabled=false \
--set pod.replicas.server=1 \
${OSH_EXTRA_HELM_ARGS} \