Allow to disable kind cluster management for testing #915

Merged
dboreham merged 6 commits from dboreham/kind-cluster-management into main 2024-08-13 17:48:16 +00:00
Showing only changes of commit a4964bc6a5 - Show all commits

View File

@ -59,7 +59,7 @@ class K8sDeployer(Deployer):
def __init__(self, type, deployment_context: DeploymentContext, compose_files, compose_project_name, compose_env_file) -> None:
self.type = type
skip_cluster_management = False
self.skip_cluster_management = False
# TODO: workaround pending refactoring above to cope with being created with a null deployment_context
if deployment_context is None:
return