Skip to content

Commit

Permalink
fix: Adds user input option to the install-mariadb-operator.sh script
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull committed Dec 17, 2024
1 parent 6515628 commit 6615300
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/install-mariadb-operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 6615300

Please sign in to comment.