Skip to content

Commit

Permalink
add update/patch permission of namespace to klusterlet (#298)
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Le <[email protected]>
Co-authored-by: Yang Le <[email protected]>
  • Loading branch information
openshift-cherrypick-robot and elgnay authored Oct 10, 2023
1 parent 9e40031 commit b8a9dfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rules:
verbs: ["create"]
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["create", "get", "list", "watch","delete"]
verbs: ["create", "get", "list", "update", "watch", "patch", "delete"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "list", "watch"]
Expand Down

0 comments on commit b8a9dfb

Please sign in to comment.