correct json
This commit is contained in:
parent
78e19f8108
commit
4d17ba2460
1 changed files with 2 additions and 2 deletions
|
@ -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 }}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue