Skip to content

Commit

Permalink
trick the broken markdown link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoShaka authored and github-actions committed Nov 18, 2024
1 parent f3c714f commit 3a24a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/includes/helm-reference/zz_generated.tbot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Ignored if `customConfig` is set.
| `string` | `"kubernetes"` |

`joinMethod` describes how tbot joins the Teleport cluster.
See [the join method reference](../join-methods.mdx) for a list fo supported values and detailed explanations.
See [the join method reference](../../reference/join-methods.mdx) for a list fo supported values and detailed explanations.
Ignored if `customConfig` is set.

## `token`
Expand Down
2 changes: 1 addition & 1 deletion examples/chart/tbot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ outputs: []
services: []

# joinMethod(string) -- describes how tbot joins the Teleport cluster.
# See [the join method reference](../join-methods.mdx) for a list fo supported values and detailed explanations.
# See [the join method reference](../../reference/join-methods.mdx) for a list fo supported values and detailed explanations.
# Ignored if `customConfig` is set.
joinMethod: "kubernetes"

Expand Down

0 comments on commit 3a24a4f

Please sign in to comment.