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