fix(cert-manager): Remove unused subdomains for certificate
This commit is contained in:
parent
e3ab11f613
commit
72a9a73bbc
|
@ -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}"
|
Loading…
Reference in New Issue