@@ -357,11 +357,9 @@ def launchUpgradePipeline(dynClient: DynamicClient,
357357def launchUninstallPipeline (dynClient : DynamicClient ,
358358 instanceId : str ,
359359 droNamespace : str ,
360- certManagerProvider : str = "redhat" ,
361360 uninstallCertManager : bool = False ,
362361 uninstallGrafana : bool = False ,
363362 uninstallCatalog : bool = False ,
364- uninstallCommonServices : bool = False ,
365363 uninstallDRO : bool = False ,
366364 uninstallMongoDb : bool = False ,
367365 uninstallSLS : bool = False ) -> str :
@@ -380,7 +378,6 @@ def launchUninstallPipeline(dynClient: DynamicClient,
380378
381379 grafanaAction = "uninstall" if uninstallGrafana else "none"
382380 certManagerAction = "uninstall" if uninstallCertManager else "none"
383- commonServicesAction = "uninstall" if uninstallCommonServices else "none"
384381 ibmCatalogAction = "uninstall" if uninstallCatalog else "none"
385382 mongoDbAction = "uninstall" if uninstallMongoDb else "none"
386383 slsAction = "uninstall" if uninstallSLS else "none"
@@ -391,9 +388,7 @@ def launchUninstallPipeline(dynClient: DynamicClient,
391388 timestamp = timestamp ,
392389 mas_instance_id = instanceId ,
393390 grafana_action = grafanaAction ,
394- cert_manager_provider = certManagerProvider ,
395391 cert_manager_action = certManagerAction ,
396- common_services_action = commonServicesAction ,
397392 ibm_catalogs_action = ibmCatalogAction ,
398393 mongodb_action = mongoDbAction ,
399394 sls_action = slsAction ,
0 commit comments