added priority
This commit is contained in:
parent
95cc0f28c2
commit
eeca69a52f
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ fsGroup:
|
|||
type: MustRunAs
|
||||
users:
|
||||
- system:serviceaccount:{{ .Release.Namespace }}:{{ include "ingress-nginx.fullname" . }}-admission
|
||||
priority: null
|
||||
priority: 10
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser:
|
||||
type: MustRunAsNonRoot
|
||||
|
|
|
@ -23,7 +23,7 @@ requiredDropCapabilities:
|
|||
fsGroup:
|
||||
type: MustRunAs
|
||||
|
||||
priority: null
|
||||
priority: 10
|
||||
readOnlyRootFilesystem: false
|
||||
runAsUser:
|
||||
type: MustRunAsNonRoot
|
||||
|
|
Loading…
Reference in a new issue