tests - fix wrong edit_tls for k8s/tls

This commit is contained in:
florian 2024-01-10 18:49:37 +01:00
parent bc891cc2f9
commit e03734764a
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -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
}
]
}