fix(cert-manager): Remove unused subdomains for certificate

This commit is contained in:
SeanOMik 2023-10-31 22:08:04 -04:00
parent e3ab11f613
commit 72a9a73bbc
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 3 additions and 3 deletions

View File

@ -19,6 +19,6 @@ spec:
dnsNames:
- "*.${SECRET_NEW_DOMAIN}"
- "*.k3s.${SECRET_NEW_DOMAIN}"
- "*.database.${SECRET_NEW_DOMAIN}"
- "*.s3.${SECRET_NEW_DOMAIN}"
# - "*.k3s.${SECRET_NEW_DOMAIN}"
# - "*.database.${SECRET_NEW_DOMAIN}"
# - "*.s3.${SECRET_NEW_DOMAIN}"