added annotations
This commit is contained in:
parent
3a87c10649
commit
ab5f43aa00
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ kind: SecurityContextConstraints
|
|||
metadata:
|
||||
name: {{ include "ingress-nginx.fullname" . }}-admission
|
||||
annotations:
|
||||
"helm.sh/hook": pre-install,pre-upgrade
|
||||
"helm.sh/hook": pre-install,pre-upgrade,post-install,post-upgrade
|
||||
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
|
||||
labels:
|
||||
{{- include "ingress-nginx.labels" . | nindent 4 }}
|
||||
app.kubernetes.io/component: admission-webhook
|
||||
|
|
Loading…
Reference in a new issue