Merge pull request #3632 from PowerDos/master

Fixed: error parsing with-rbac.yaml: error converting YAML to JSON
This commit is contained in:
Kubernetes Prow Robot 2019-01-07 11:52:12 -08:00 committed by GitHub
commit 1e0268ad5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ spec:
- --publish-service=$(POD_NAMESPACE)/ingress-nginx
- --annotations-prefix=nginx.ingress.kubernetes.io
securityContext:
allowPrivilegeEscalation: true
allowPrivilegeEscalation: true
capabilities:
drop:
- ALL