vernemq / docker-vernemq

VerneMQ Docker image - Starts the VerneMQ MQTT broker and listens on 1883 and 8080 (for websockets).
https://vernemq.com
Apache License 2.0
178 stars 231 forks source link

Configure certificates via Helm values #345

Closed dereulenspiegel closed 1 year ago

dereulenspiegel commented 1 year ago

As there are users who configure certificates via Helm values (i.e. via Helm secrets) it would be nice to have the ability to configure these certificates without needing to create a new Chart with the vernemq as a subchart. This PR adds that under the certificates config key in the Helm values. This PR should not change the default behavior if the key is not set or empty.