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

Added ACL configuration via Helm values #344

Closed dereulenspiegel closed 1 year ago

dereulenspiegel commented 1 year ago

This PR adds convenient ACL configuration via Helm values, therefore eleminating the need to use this as a subchart in slightly more complex deployment scenarios. This should fix #183.

ioolkos commented 1 year ago

@dereulenspiegel Thanks, this looks good to me. Also does not change any existing behaviour, if I'm not mistaken.

dereulenspiegel commented 1 year ago

@ioolkos correct If no ACLs are configured via the Helm values the templates should render exactly as before. At least that's the intention.