From 82785b6823974e9abb6bcd4336e309799d541297 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Mon, 4 Mar 2024 23:43:21 -0600 Subject: [PATCH] unused --- stack_orchestrator/deploy/k8s/deploy_k8s.py | 1 - 1 file changed, 1 deletion(-) diff --git a/stack_orchestrator/deploy/k8s/deploy_k8s.py b/stack_orchestrator/deploy/k8s/deploy_k8s.py index 7c718fb4..dfc4a3bb 100644 --- a/stack_orchestrator/deploy/k8s/deploy_k8s.py +++ b/stack_orchestrator/deploy/k8s/deploy_k8s.py @@ -351,7 +351,6 @@ class K8sDeployer(Deployer): ) hostname = ingress.spec.rules[0].host - tls_hosts = ingress.spec.rules[0].host ip = ingress.status.load_balancer.ingress[0].ip tls = "notBefore: %s; notAfter: %s; names: %s" % ( cert["status"]["notBefore"], cert["status"]["notAfter"], ", ".join(ingress.spec.tls[0].hosts))