Skip to content

Commit

Permalink
fix: add missing RBAC for manager
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed May 18, 2021
1 parent 97c9d4b commit 3db2fbc
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3867,6 +3867,15 @@ rules:
- list
- watch
- delete
- apiGroups:
- ""
resources:
- services
verbs:
- create
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down
9 changes: 9 additions & 0 deletions config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3867,6 +3867,15 @@ rules:
- list
- watch
- delete
- apiGroups:
- ""
resources:
- services
verbs:
- create
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down
9 changes: 9 additions & 0 deletions config/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3867,6 +3867,15 @@ rules:
- list
- watch
- delete
- apiGroups:
- ""
resources:
- services
verbs:
- create
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down
9 changes: 9 additions & 0 deletions config/quick-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3867,6 +3867,15 @@ rules:
- list
- watch
- delete
- apiGroups:
- ""
resources:
- services
verbs:
- create
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down
9 changes: 9 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ rules:
- list
- watch
- delete
- apiGroups:
- ""
resources:
- services
verbs:
- create
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 3db2fbc

Please sign in to comment.