diff --git a/stack_orchestrator/deploy/k8s/deploy_k8s.py b/stack_orchestrator/deploy/k8s/deploy_k8s.py index 9cc2f4e6..537e137a 100644 --- a/stack_orchestrator/deploy/k8s/deploy_k8s.py +++ b/stack_orchestrator/deploy/k8s/deploy_k8s.py @@ -256,7 +256,6 @@ class K8sDeployer(Deployer): print(f"\t{i.metadata.name}: Terminating ({i.metadata.deletion_timestamp})") else: print(f"\t{i.metadata.name}: Running ({i.metadata.creation_timestamp})") - print("") def ps(self): self.connect_api()