Fix typo of selector-selector

This commit is contained in:
Chris McDonnell 2024-10-14 15:21:01 -04:00
parent bd8960a910
commit 4d9b8d0c8c
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ You can set the TTL seconds at any time. Here are some examples for setting the
to detect changes to the `.status` of the Job and only set a TTL when the Job
is being marked as completed.
* Write your own controller to manage the cleanup TTL for Jobs that match a particular
{{< glossary_tooltip term_id="selector" text="selector-selector" >}}.
{{< glossary_tooltip term_id="selector" text="selector" >}}.
## Caveats