Admission Webhook: Truncate name. (#10523)
This commit is contained in:
parent
f59738c753
commit
0120a2df48
16 changed files with 58 additions and 28 deletions
|
|
@ -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: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue