Skip to content

Commit

Permalink
fix: HTTP check TLS config
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Jul 27, 2024
1 parent e8c9b9f commit 61c8055
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions canary-checker/docs/reference/1-http.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ spec:
{field: "insecureSkipVerify", description: "Controls whether a client verifies the server's certificate chain and host name", scheme: "bool"}
]}/>
<blockquote style={{ borderLeft: "2px solid var(--ifm-color-warning-light)" }}>
<p>You can specify either the <code>ca</code> or the pair of client <code>cert</code> & <code>key</code></p>
</blockquote>
<details summary="Example">
```yaml title=http-check.yaml
Expand Down

0 comments on commit 61c8055

Please sign in to comment.