From 1dfd94fe2edbbcf4ef2e47c10c5a96c5338fdac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=98eho=C5=99?= Date: Mon, 8 Jul 2024 02:49:05 +0200 Subject: [PATCH] feat: add ebusd --- .../main/apps/home-automation/ebusd/app/emqx-init-secret.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/main/apps/home-automation/ebusd/app/emqx-init-secret.yaml b/kubernetes/main/apps/home-automation/ebusd/app/emqx-init-secret.yaml index 3b464124..b2f549ea 100644 --- a/kubernetes/main/apps/home-automation/ebusd/app/emqx-init-secret.yaml +++ b/kubernetes/main/apps/home-automation/ebusd/app/emqx-init-secret.yaml @@ -18,8 +18,8 @@ spec: INIT_EMQX_PASS: "{{ .ebusd_password }}" INIT_EMQX_TOPIC: "ebusd/#" INIT_EMQX_TOPIC_ACLS: >- - {{ .ebusd_username }}/homeassistant/#:all:allow - {{ .hass_username }}/ebusd/#:all:allow + {{ .ebusd_username }}:homeassistant/#:all:allow + {{ .hass_username }}:ebusd/#:all:allow dataFrom: - extract: key: emqx-secret