Skip to content

Commit 55de594

Browse files
authored
fix: add patching and updating permissions to the manager-role
The manager role currently is missing updating permissions of secrets which leads to some issues in case credentials can be imported.
1 parent a1345a3 commit 55de594

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/rbac/role.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ rules:
2121
- get
2222
- list
2323
- watch
24+
- patch
25+
- update
2426
- apiGroups:
2527
- ""
2628
resources:

0 commit comments

Comments
 (0)