Admission Webhook: Truncate name. (#10523)
This commit is contained in:
parent
f59738c753
commit
0120a2df48
16 changed files with 58 additions and 28 deletions
|
|
@ -3,7 +3,7 @@
|
|||
apiVersion: policy/v1beta1
|
||||
kind: PodSecurityPolicy
|
||||
metadata:
|
||||
name: {{ include "ingress-nginx.fullname" . }}-admission
|
||||
name: {{ include "ingress-nginx.admissionWebhooks.fullname" . }}
|
||||
annotations:
|
||||
"helm.sh/hook": pre-install,pre-upgrade,post-install,post-upgrade
|
||||
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue