Skip to content

Commit

Permalink
Merge pull request #43528 from Alexhha/patch-1
Browse files Browse the repository at this point in the history
Update enforce-standards-admission-controller.md
  • Loading branch information
k8s-ci-robot authored Oct 18, 2023
2 parents 4099804 + 2d8edf7 commit 14fe28f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ For v1.22, use [v1alpha1](https://v1-22.docs.kubernetes.io/docs/tasks/configure-
{{< /note >}}

```yaml
apiVersion: apiserver.config.k8s.io/v1 # see compatibility note
apiVersion: apiserver.config.k8s.io/v1
kind: AdmissionConfiguration
plugins:
- name: PodSecurity
configuration:
apiVersion: pod-security.admission.config.k8s.io/v1
apiVersion: pod-security.admission.config.k8s.io/v1 # see compatibility note
kind: PodSecurityConfiguration
# Defaults applied when a mode label is not set.
#
Expand Down

0 comments on commit 14fe28f

Please sign in to comment.