diff --git a/bin/install-mariadb-operator.sh b/bin/install-mariadb-operator.sh index ce8efb4a..a0d957bf 100755 --- a/bin/install-mariadb-operator.sh +++ b/bin/install-mariadb-operator.sh @@ -44,6 +44,8 @@ if compgen -G "${CONFIG_DIR}/*.yaml" > /dev/null; then done fi +HELM_CMD+="${@}" + # Run the helm command echo "Executing Helm command:" echo "${HELM_CMD}"