another small mosquitto fix

This commit is contained in:
kjeld Schouten-Lebbing 2021-06-14 22:27:25 +02:00
parent 5e1dc7985b
commit fa3f48bd82
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ metadata:
{{- include "common.labels" . | nindent 4 }}
data:
mosquitto.conf: |
listener {{ .Values.service.main.ports.mqtt.port }}
listener {{ .Values.service.main.ports.main.port }}
{{- if .Values.auth.enabled }}
allow_anonymous false
{{- else }}