diff --git a/kubernetes/apps/database/emqx/app/externalsecret.yaml b/kubernetes/apps/database/emqx/app/externalsecret.yaml index eb334eda..4460a0de 100644 --- a/kubernetes/apps/database/emqx/app/externalsecret.yaml +++ b/kubernetes/apps/database/emqx/app/externalsecret.yaml @@ -44,17 +44,17 @@ spec: { "user_id": "tasmota", "password": "{{ .x_emqx_tasmota_password }}", - "is_superuser": true # Until I can figure out authorization in emqx + "is_superuser": true }, { "user_id": "zwave", "password": "{{ .x_emqx_homeassistant_password }}", - "is_superuser": true # Until I can figure out authorization in emqx + "is_superuser": true }, { "user_id": "zwave", "password": "{{ .x_emqx_zwave_password }}", - "is_superuser": true # Until I can figure out authorization in emqx + "is_superuser": true } ]