add cluster role to list and watch ingresses in api group "networking.k8s.io"
This commit is contained in:
@@ -229,6 +229,11 @@ function(params) {
|
||||
resources: ['ingresses'],
|
||||
verbs: ['get', 'list', 'watch'],
|
||||
},
|
||||
{
|
||||
apiGroups: ['networking.k8s.io'],
|
||||
resources: ['ingresses'],
|
||||
verbs: ['get', 'list', 'watch'],
|
||||
},
|
||||
],
|
||||
};
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user