Skip to content

Commit

Permalink
Update cluster-profile-manager permission (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Rokibul Hasan <[email protected]>
  • Loading branch information
RokibulHasan7 authored Oct 7, 2024
1 parent bea2c65 commit 5ad9217
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ spec:
- capg
- capz
type: string
required:
- clusterName
- namespace
- provider
type: object
clusterManagers:
items:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ spec:
- name
- sourceRef
type: object
featureSet:
type: string
values:
x-kubernetes-preserve-unknown-fields: true
valuesFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rules:
resources: ["managedclusters"]
verbs: ["get", "list", "watch"]
- apiGroups: ["work.open-cluster-management.io"]
resources: ["manifestworks"]
resources: ["manifestworks", "manifestworkreplicasets"]
verbs: ["create", "update", "get", "list", "watch", "delete", "deletecollection", "patch"]
- apiGroups: [ "cluster.open-cluster-management.io" ]
resources: [ "managedclustersets" ]
Expand Down

0 comments on commit 5ad9217

Please sign in to comment.