k8s-at-home / charts

⚠️ Deprecated : Helm charts for applications you run at home
https://docs.k8s-at-home.com
Apache License 2.0
1.45k stars 623 forks source link

[mosquitto] Add option for selectively adding listener #1711

Closed terop closed 2 years ago

terop commented 2 years ago

Description of the change

Add an option to control adding of the listener option to mosquitto.conf. Using TLS in Mosquitto does not work if the listener option is present in the main mosquitto.conf. The linked issue has a longer description on the problem.

Benefits

TLS can be configured without having to manually edit the chart.

Possible drawbacks

None, the change is fully backwards compatible.

Applicable issues

Checklist