Skip to content

Commit

Permalink
Remove duplicated securityContext (kubernetes#2705)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Jun 25, 2018
1 parent 26eacf4 commit fd0ee62
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions deploy/mandatory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,5 +292,3 @@ spec:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
securityContext:
runAsNonRoot: false
2 changes: 0 additions & 2 deletions deploy/with-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,3 @@ spec:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
securityContext:
runAsNonRoot: false
2 changes: 0 additions & 2 deletions docs/examples/static-ip/nginx-ingress-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,3 @@ spec:
- /nginx-ingress-controller
- --default-backend-service=$(POD_NAMESPACE)/default-http-backend
- --publish-service=$(POD_NAMESPACE)/nginx-ingress-lb
securityContext:
runAsNonRoot: false

0 comments on commit fd0ee62

Please sign in to comment.