chore(charts): fix object to list
Leaving default value ```{}``` makes error when trying to install chart. need to be a list to work properly with certificate names list.
This commit is contained in:
parent
67f88f27fd
commit
5cf9fa90fb
|
@ -211,7 +211,7 @@ ssl:
|
|||
enabled: false
|
||||
useExisting: false
|
||||
existingName: emqx-tls
|
||||
dnsnames: {}
|
||||
dnsnames: []
|
||||
issuer:
|
||||
name: letsencrypt-dns
|
||||
kind: ClusterIssuer
|
||||
|
|
Loading…
Reference in New Issue