mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
tests - fix wrong edit_tls for k8s/tls
This commit is contained in:
parent
bc891cc2f9
commit
e03734764a
1 changed files with 6 additions and 4 deletions
|
|
@ -3,25 +3,27 @@
|
|||
"kinds": ["kubernetes"],
|
||||
"timeout": 60,
|
||||
"delay": 180,
|
||||
"tls_edit": false,
|
||||
"tests": [
|
||||
{
|
||||
"type": "string",
|
||||
"url": "https://app1.example.com",
|
||||
"string": "hello",
|
||||
"tls": "app1.example.com,app2.example.com"
|
||||
"tls": "app1.example.com,app2.example.com",
|
||||
"tls_edit": false
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"url": "https://app2.example.com",
|
||||
"string": "hello",
|
||||
"tls": "app1.example.com,app2.example.com"
|
||||
"tls": "app1.example.com,app2.example.com",
|
||||
"tls_edit": false
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"url": "https://app3.example.com",
|
||||
"string": "hello",
|
||||
"tls": "app3.example.com"
|
||||
"tls": "app3.example.com",
|
||||
"tls_edit": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue