From 6df1d8b93d083400a920a700574bc0408b2d4578 Mon Sep 17 00:00:00 2001 From: "tao.yang" Date: Mon, 13 May 2024 09:57:41 +0800 Subject: [PATCH] optimizate upgrade Signed-off-by: ty-dc --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 1e4f36a187..320ce2d86d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -241,7 +241,7 @@ setup_spiderpool: HELM_OPTION+=" --set dra.enabled=true " ; \ HELM_OPTION+=" --set dra.hostDevicePath=$(E2E_SPIDERPOOL_DRA_SOLIBRARY_PATH) " ; \ fi ; \ - HELM_OPTION+=" --set multus.multusCNI.install=true " ; \ + HELM_OPTION+=" --set multus.multusCNI.+=true " ; \ HELM_OPTION+=" --set multus.multusCNI.image.registry= " ; \ HELM_OPTION+=" --set multus.multusCNI.image.repository=$(E2E_MULTUS_IMAGE_NAME) " ; \ if [ "$(INSTALL_OVERLAY_CNI)" == "true" ]; then \