Skip to content

Commit 9f4378f

Browse files
authored
Merge pull request #36449 from whitebear009/fix—-note-typo
fix note typo
2 parents 493d244 + 9acf28f commit 9f4378f

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
@@ -345,14 +345,14 @@ When faced with an admission decision, the API Server POSTs a JSON serialized
345345
This object contains fields describing the containers being admitted, as well as
346346
any pod annotations that match `*.image-policy.k8s.io/*`.
347347

348-
{{ note }}
348+
{{< note >}}
349349
The webhook API objects are subject to the same versioning compatibility rules
350350
as other Kubernetes API objects. Implementers should be aware of looser compatibility
351351
promises for alpha objects and check the `apiVersion` field of the request to
352352
ensure correct deserialization.
353353
Additionally, the API Server must enable the `imagepolicy.k8s.io/v1alpha1` API extensions
354354
group (`--runtime-config=imagepolicy.k8s.io/v1alpha1=true`).
355-
{{ /note }}
355+
{{< /note >}}
356356

357357
An example request body:
358358

0 commit comments

Comments
 (0)