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