Merge pull request #3632 from PowerDos/master
Fixed: error parsing with-rbac.yaml: error converting YAML to JSON
This commit is contained in:
commit
1e0268ad5b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue