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:
Tautcius 2022-11-01 20:35:41 +02:00 committed by Ivan Dyachkov
parent 67f88f27fd
commit 5cf9fa90fb
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ ssl:
enabled: false
useExisting: false
existingName: emqx-tls
dnsnames: {}
dnsnames: []
issuer:
name: letsencrypt-dns
kind: ClusterIssuer