From 0d9bb534eebb5e85dd9ccbb397ebd71e3a9c0708 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Wed, 20 Jul 2022 20:04:20 +0200 Subject: [PATCH] Update values.yaml --- charts/stable/mosquitto/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/stable/mosquitto/values.yaml b/charts/stable/mosquitto/values.yaml index 8e49b554c1d..5543da21127 100644 --- a/charts/stable/mosquitto/values.yaml +++ b/charts/stable/mosquitto/values.yaml @@ -22,7 +22,6 @@ configmap: listener {{ .Values.service.main.ports.main.port }} {{- if .Values.auth.enabled }} allow_anonymous false - password_file /mosquitto/data/passwords.txt {{- else }} allow_anonymous true {{- end }}