fix: add root domain to certificate
This commit is contained in:
parent
524243b2cf
commit
c07be6c8bf
|
@ -18,6 +18,7 @@ spec:
|
|||
kind: ClusterIssuer
|
||||
|
||||
dnsNames:
|
||||
- "${SECRET_NEW_DOMAIN}"
|
||||
- "*.${SECRET_NEW_DOMAIN}"
|
||||
# - "*.k3s.${SECRET_NEW_DOMAIN}"
|
||||
# - "*.database.${SECRET_NEW_DOMAIN}"
|
||||
|
|
Loading…
Reference in New Issue