From 670b2ee68193d19d9d52a5cf5c9306cfbe344cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20R=C3=B8stvik?= Date: Wed, 30 Nov 2022 22:35:31 +0100 Subject: [PATCH] ee --- apps/templates/cert-manager.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/templates/cert-manager.yaml b/apps/templates/cert-manager.yaml index 73cea07..60c3333 100644 --- a/apps/templates/cert-manager.yaml +++ b/apps/templates/cert-manager.yaml @@ -92,4 +92,4 @@ spec: tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames - hosts: - test.roxedus.com - secretName: test-roxedus-com_cert # < cert-manager will store the created certificate in this secret. \ No newline at end of file + secretName: test-roxedus-com-cert # < cert-manager will store the created certificate in this secret. \ No newline at end of file