diff --git a/tests/scripts/common/common_functions.sh b/tests/scripts/common/common_functions.sh index eeea358e9..600a74a84 100755 --- a/tests/scripts/common/common_functions.sh +++ b/tests/scripts/common/common_functions.sh @@ -1914,8 +1914,10 @@ function kruize_remote_patch() { if [ ${cluster_type} == "minikube" ]; then sed -i 's/"local": "true"/"local": "false"/' ${KRUIZE_CRC_DEPLOY_MANIFEST_MINIKUBE} + sed -i '/"local": "false"/a \ \ \ \ "isROSEnabled": "true",' ${KRUIZE_CRC_DEPLOY_MANIFEST_MINIKUBE} elif [ ${cluster_type} == "openshift" ]; then sed -i 's/"local": "true"/"local": "false"/' ${KRUIZE_CRC_DEPLOY_MANIFEST_OPENSHIFT} + sed -i '/"local": "false"/a \ \ \ \ "isROSEnabled": "true",' ${KRUIZE_CRC_DEPLOY_MANIFEST_OPENSHIFT} fi }