From 14ee4da1fc1b7060e9d454be098da55550e6ff61 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Mon, 4 Mar 2024 15:27:36 -0600 Subject: [PATCH] comment --- stack_orchestrator/deploy/k8s/cluster_info.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stack_orchestrator/deploy/k8s/cluster_info.py b/stack_orchestrator/deploy/k8s/cluster_info.py index 4c2a6049..9e0fbffa 100644 --- a/stack_orchestrator/deploy/k8s/cluster_info.py +++ b/stack_orchestrator/deploy/k8s/cluster_info.py @@ -122,8 +122,7 @@ class ClusterInfo: tls_issuer = tls_info.get("issuer", "letsencrypt-prod") tls_secret_name = f"{self.app_name}-tls" if "secret" in tls_info: - # If an existing secret is specified, unset the issuer so - # we don't try to re-request it. + # If an existing secret is specified, unset the issuer so that we don't try to re-request it. tls_secret_name = tls_info["secret"] tls_issuer = None