Skip to content

Commit

Permalink
chore: add env var to http docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Sep 30, 2024
1 parent 82f6534 commit ba73255
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion canary-checker/docs/reference/1-http.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ spec:
{field: "responseContent", description: "Expected response content", scheme: "string"},
{field: "thresholdMillis", description: "Request timeout", default: 5000, scheme: "int"},
{field: "maxSSLExpiry", description: "Max SSL expiry days", scheme: "int"},
{field: "insecureSkipVerify", description: "Skip TLS verification", scheme: "bool"}
{field: "insecureSkipVerify", description: "Skip TLS verification", scheme: "bool"},
{field: "env", description: "Setup environment variables that are accessible while templating", scheme: "[]EnvVar"},
]}/>
insecureSkipVerify
### TLS Config
Expand Down
5 changes: 5 additions & 0 deletions canary-checker/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ export default async function createConfigAsync() {
label: 'GitHub',
position: 'right',
},
{
href: 'https://cloud-native.slack.com/messages/canary-checker/',
label: 'Slack',
position: 'right',
},
],
},
colorMode: {
Expand Down

0 comments on commit ba73255

Please sign in to comment.