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
|
enabled: false
|
||||||
useExisting: false
|
useExisting: false
|
||||||
existingName: emqx-tls
|
existingName: emqx-tls
|
||||||
dnsnames: {}
|
dnsnames: []
|
||||||
issuer:
|
issuer:
|
||||||
name: letsencrypt-dns
|
name: letsencrypt-dns
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
|
|
Loading…
Reference in New Issue