Skip to content

Commit 9acf28f

Browse files
committed
fix note typo
1 parent 9c9b866 commit 9acf28f

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)