Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
gambtho committed Aug 30, 2023
1 parent 7c174f4 commit cc389d5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkg/manifests/nginx.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,16 +238,6 @@ func newNginxIngressControllerRole(conf *config.Config, ingressConfig *NginxIngr
Resources: []string{"ingresses"},
Verbs: []string{"get", "list", "watch"},
},
{
APIGroups: []string{""},
Resources: []string{"nodes"},
Verbs: []string{"get"},
},
{
APIGroups: []string{""},
Resources: []string{"services"},
Verbs: []string{"get", "list", "watch"},
},
{
APIGroups: []string{"networking.k8s.io"},
Resources: []string{"ingresses/status"},
Expand Down

0 comments on commit cc389d5

Please sign in to comment.