correct json again

This commit is contained in:
Joseph Hanson 2024-09-22 23:19:40 -05:00
parent 4d17ba2460
commit 06600d8db3
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -42,12 +42,12 @@ spec:
"is_superuser": true
},
{
"user_id" = "tasmota",
"password" = "{{ .x_emqx_tasmota_password }}"
"user_id": "tasmota",
"password": "{{ .x_emqx_tasmota_password }}"
},
{
"user_id" = "homeassistant",
"password" = "{{ .x_emqx_homeassistant_password }}"
"user_id": "homeassistant",
"password": "{{ .x_emqx_homeassistant_password }}"
}
]