correct format, proper json

This commit is contained in:
Joseph Hanson 2024-09-22 23:14:15 -05:00
parent f812ec56b6
commit 78e19f8108
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

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