fix: add root domain to certificate

This commit is contained in:
SeanOMik 2024-07-03 15:54:03 -04:00
parent 524243b2cf
commit c07be6c8bf
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ spec:
kind: ClusterIssuer
dnsNames:
- "${SECRET_NEW_DOMAIN}"
- "*.${SECRET_NEW_DOMAIN}"
# - "*.k3s.${SECRET_NEW_DOMAIN}"
# - "*.database.${SECRET_NEW_DOMAIN}"