From 66153005d2ac0ed9bb1ae9992000e18382cd52a6 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Tue, 17 Dec 2024 16:57:17 -0600 Subject: [PATCH] fix: Adds user input option to the install-mariadb-operator.sh script Signed-off-by: Kevin Carter --- bin/install-mariadb-operator.sh | 2 ++ 1 file changed, 2 insertions(+) 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}"