Admission Webhook: Truncate name. (#10523)

This commit is contained in:
Marco Ebert 2023-10-29 18:26:05 +01:00 committed by GitHub
parent f59738c753
commit 0120a2df48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 58 additions and 28 deletions

View file

@ -586,6 +586,7 @@ controller:
allowPrivilegeEscalation: false
resources: {}
admissionWebhooks:
name: admission
annotations: {}
# ignore-check.kube-linter.io/no-read-only-rootfs: "This deployment needs write access to root filesystem".
@ -622,6 +623,7 @@ controller:
servicePort: 443
type: ClusterIP
createSecretJob:
name: create
securityContext:
allowPrivilegeEscalation: false
resources: {}
@ -632,6 +634,7 @@ controller:
# cpu: 10m
# memory: 20Mi
patchWebhookJob:
name: patch
securityContext:
allowPrivilegeEscalation: false
resources: {}