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
177 stars 230 forks source link

fix(acl): configmap was hardcoded in the sts #357

Closed eyenx closed 1 year ago

eyenx commented 1 year ago

The configmap name is generated based upon vernemq.fullname but in the StatefulSet the volumeMount is linked to a hardcoded configmap name value.

This does not work if the release name is not exactly vernemq

ioolkos commented 1 year ago

@eyenx ok, makes sense to me, thanks!

eyenx commented 1 year ago

:: is a typo? can you update

Done. Thanks.