From fa3f48bd82d53f480b5ff2589c079696b79a641f Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 14 Jun 2021 22:27:25 +0200 Subject: [PATCH] another small mosquitto fix --- charts/incubator/mosquitto/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/incubator/mosquitto/templates/configmap.yaml b/charts/incubator/mosquitto/templates/configmap.yaml index fb79f2269f2..489d68b0ea5 100644 --- a/charts/incubator/mosquitto/templates/configmap.yaml +++ b/charts/incubator/mosquitto/templates/configmap.yaml @@ -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 }}