Update statefulset.md

Match lowercase spelling of "controller" to the rest of the documentation.
This commit is contained in:
Marius Kimmina 2022-10-10 20:11:25 +02:00 committed by GitHub
parent 17e7288dd2
commit c83d6be2c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ This must be done manually.
### Pod Name Label
When the StatefulSet {{< glossary_tooltip term_id="controller" >}} creates a Pod,
When the StatefulSet {{<glossary_tooltip text="controller" term_id="controller">}} creates a Pod,
it adds a label, `statefulset.kubernetes.io/pod-name`, that is set to the name of
the Pod. This label allows you to attach a Service to a specific Pod in
the StatefulSet.