typo
Some checks failed
Lint Checks / Run linter (pull_request) Waiting to run
Deploy Test / Run deploy test suite (pull_request) Successful in 5m50s
Smoke Test / Run basic test suite (pull_request) Has been cancelled
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Has been cancelled
Webapp Test / Run webapp test suite (pull_request) Has been cancelled

This commit is contained in:
Thomas E Lackey 2024-03-06 17:26:57 -06:00
parent 5dd89bcafd
commit d8190d227c

View File

@ -223,7 +223,7 @@ class K8sDeployer(Deployer):
self._create_deployment()
use_tls = not self.is_kind()
certificate = self._find_certificate_for_host_name(self.spec.get_http_proxy()[0]["host-name"]) if use_tls else None
certificate = self._find_certificate_for_host_name(self.cluster_info.spec.get_http_proxy()[0]["host-name"]) if use_tls else None
if opts.o.debug:
if certificate:
print(f"Using existing certificate: {certificate}")