another small mosquitto fix
This commit is contained in:
@@ -6,7 +6,7 @@ metadata:
|
|||||||
{{- include "common.labels" . | nindent 4 }}
|
{{- include "common.labels" . | nindent 4 }}
|
||||||
data:
|
data:
|
||||||
mosquitto.conf: |
|
mosquitto.conf: |
|
||||||
listener {{ .Values.service.main.ports.mqtt.port }}
|
listener {{ .Values.service.main.ports.main.port }}
|
||||||
{{- if .Values.auth.enabled }}
|
{{- if .Values.auth.enabled }}
|
||||||
allow_anonymous false
|
allow_anonymous false
|
||||||
{{- else }}
|
{{- else }}
|
||||||
|
|||||||
Reference in New Issue
Block a user