Merge pull request #3342 from aledbf/allowPrivilegeEscalation

Allow privilege escalation
This commit is contained in:
Kubernetes Prow Robot 2019-01-02 17:49:39 -08:00 committed by GitHub
commit 29118750be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 172 additions and 2 deletions

View file

@ -215,6 +215,7 @@ spec:
- --annotations-prefix=nginx.ingress.kubernetes.io
- --watch-namespace=${NAMESPACE}
securityContext:
allowPrivilegeEscalation: true
capabilities:
drop:
- ALL