File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,7 @@ log_objects() {
7979}
8080
8181@test " helm-install ${TEST_CHART_REPO} /${TEST_CHART_VERSION} " {
82- local _iargs=(" --set" " featureGates.IMEXDaemonsWithDNSNames=true" )
83- iupgrade_wait " ${TEST_CHART_REPO} " " ${TEST_CHART_VERSION} " _iargs
82+ iupgrade_wait " ${TEST_CHART_REPO} " " ${TEST_CHART_VERSION} " NOARGS
8483}
8584
8685@test " helm list: validate output" {
@@ -262,8 +261,7 @@ log_objects() {
262261 kubectl apply -f " ${CRD_UPGRADE_URL} "
263262
264263 # Stage 5: install target version (as users would do).
265- local _iargs=(" --set" " featureGates.IMEXDaemonsWithDNSNames=true" )
266- iupgrade_wait " ${TEST_CHART_REPO} " " ${TEST_CHART_VERSION} " _iargs
264+ iupgrade_wait " ${TEST_CHART_REPO} " " ${TEST_CHART_VERSION} " NOARGS
267265
268266 # Stage 6: confirm deleting old workload works (critical, see above).
269267 timeout -v 60 kubectl delete -f demo/specs/imex/channel-injection.yaml
You can’t perform that action at this time.
0 commit comments