correct json again
This commit is contained in:
parent
4d17ba2460
commit
06600d8db3
1 changed files with 4 additions and 4 deletions
|
@ -42,12 +42,12 @@ 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