From e2c7b1305ca8495065dcf40fd2092d7c698dd6ea Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 20 Mar 2018 15:47:51 +0100 Subject: Local volumes and StatefulSet to provision Master/Slave MySQL and Galera cluster --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index a5f49b9..57e002c 100755 --- a/setup.sh +++ b/setup.sh @@ -62,7 +62,7 @@ case "$action" in shift if [[ -n "$1" && ${1:0:1} != "-" ]]; then - vars="$vars,ands_configure_app=$1" + vars="$vars ands_configure_app=$1" shift fi apply playbooks/openshift-setup-apps.yml --extra-vars "$vars" "$@" || exit 1 -- cgit v1.2.1