From b915378f746918445cf01d57d57436fefb70e531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Markwalder?= Date: Wed, 10 Aug 2022 00:25:39 +0200 Subject: [PATCH] Bugfix: duplicate name attribute in mqtt template --- templates/mq.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/mq.yaml b/templates/mq.yaml index 6ee47ac..7c7c288 100644 --- a/templates/mq.yaml +++ b/templates/mq.yaml @@ -38,7 +38,6 @@ spec: tcpSocket: port: 8883 timeoutSeconds: 1 - name: mosquitto ports: - containerPort: 1883 name: mqtt