Skip to content

Commit 1eb1607

Browse files
committed
Fix PodTopologyLabels note not rendering
The additional whitespace caused the site to not render the note, displaying the literal "{{ }}" instead.
1 parent a9e7cd5 commit 1eb1607

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)