Allow to disable kind cluster management for testing #915
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user