Skip to content

Commit

Permalink
Remove create/update endpoints from nginx-ingress Role (#458)
Browse files Browse the repository at this point in the history
* nginx-ingress no longer requires endpoints create/update RBAC Role permissions
* kubernetes/ingress-nginx#1527
  • Loading branch information
JordanP authored and dghubble committed May 4, 2019
1 parent 6e9b245 commit fd3c81d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions addons/nginx-ingress/aws/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ rules:
- endpoints
verbs:
- get
- create
- update
2 changes: 0 additions & 2 deletions addons/nginx-ingress/azure/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ rules:
- endpoints
verbs:
- get
- create
- update
2 changes: 0 additions & 2 deletions addons/nginx-ingress/bare-metal/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ rules:
- endpoints
verbs:
- get
- create
- update
2 changes: 0 additions & 2 deletions addons/nginx-ingress/digital-ocean/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ rules:
- endpoints
verbs:
- get
- create
- update
2 changes: 0 additions & 2 deletions addons/nginx-ingress/google-cloud/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ rules:
- endpoints
verbs:
- get
- create
- update

0 comments on commit fd3c81d

Please sign in to comment.