correct json

This commit is contained in:
Joseph Hanson 2024-09-22 23:17:11 -05:00
parent 78e19f8108
commit 4d17ba2460
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

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