Skip to content

Commit

Permalink
tests - fix wrong edit_tls for k8s/tls
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0ppy-d1sk committed Jan 10, 2024
1 parent bc891cc commit e037347
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions examples/kubernetes-tls/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}

0 comments on commit e037347

Please sign in to comment.