Skip to content

Commit 3b398c4

Browse files
authored
Merge pull request #51277 from watzkuh/main
Fix PodTopologyLabels note not rendering
2 parents d447689 + 1eb1607 commit 3b398c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/reference/access-authn-authz/admission-controllers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,11 +776,11 @@ The labels available as a result of this controller are the
776776
[topology.kubernetes.io/region](docs/reference/labels-annotations-taints/#topologykubernetesioregion) and
777777
[topology.kuberentes.io/zone](docs/reference/labels-annotations-taints/#topologykubernetesiozone) labels.
778778

779-
{{ <note> }}
779+
{{<note>}}
780780
If any mutating admission webhook adds or modifies labels of the `pods/binding` subresource,
781781
these changes will propagate to pod labels as a result of this controller,
782782
overwriting labels with conflicting keys.
783-
{{ </note> }}
783+
{{</note>}}
784784

785785
This admission controller is enabled when the `PodTopologyLabelsAdmission` feature gate is enabled.
786786

0 commit comments

Comments
 (0)