Skip to content

Commit

Permalink
Included the option to use kruize docker image from manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Chandrakala Subramanyam <[email protected]>
  • Loading branch information
chandrams committed Aug 7, 2023
1 parent 300debe commit 85adcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/common/common_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function deploy_autotune() {
if [ ${target} == "autotune" ]; then
cmd="./deploy.sh -c ${cluster_type} -d ${CONFIGMAP} -m ${target}"
elif [ ${target} == "crc" ]; then
cmd="./deploy.sh -c ${cluster_type} -m ${target}"
cmd="./deploy.sh -c ${cluster_type} -m ${target} -b"
fi
# if both autotune image and configmap is passed
elif [[ ! -z "${AUTOTUNE_IMAGE}" && ! -z "${CONFIGMAP_DIR}" ]]; then
Expand Down

0 comments on commit 85adcc7

Please sign in to comment.