Skip to content

Commit

Permalink
Add required permission for ocm addon-framework 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Mar 12, 2024
1 parent c8f3d81 commit 2d709d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rules:
verbs: ["update", "patch"]
- apiGroups: ["addon.open-cluster-management.io"]
resources: ["clustermanagementaddons"]
verbs: ["get", "list", "watch"]
verbs: ["get", "list", "watch", "patch"]
- apiGroups: ["addon.open-cluster-management.io"]
resources: ["managedclusteraddons"]
verbs: ["get", "list", "watch", "create", "update", "delete"]
Expand Down
2 changes: 1 addition & 1 deletion charts/fluxcd-manager/templates/k8s/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rules:
verbs: ["update", "patch"]
- apiGroups: ["addon.open-cluster-management.io"]
resources: ["clustermanagementaddons"]
verbs: ["get", "list", "watch"]
verbs: ["get", "list", "watch", "patch"]
- apiGroups: ["addon.open-cluster-management.io"]
resources: ["managedclusteraddons"]
verbs: ["get", "list", "watch", "create", "update", "delete"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ rules:
- get
- list
- watch
- patch
- apiGroups:
- addon.open-cluster-management.io
resources:
Expand Down

0 comments on commit 2d709d5

Please sign in to comment.