Skip to content

Commit c01a353

Browse files
committed
Allow pipeline-service-manager to view subscriptions
This permission is required when installing the cluster with dev_setup.sh Signed-off-by: Romain Arnaud <[email protected]>
1 parent 822d0bb commit c01a353

File tree

1 file changed

+8
-0
lines changed
  • operator/gitops/compute/pipeline-service-manager

1 file changed

+8
-0
lines changed

operator/gitops/compute/pipeline-service-manager/role.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,11 @@ rules:
117117
- patch
118118
- delete
119119
- deletecollection
120+
- apiGroups:
121+
- "operators.coreos.com"
122+
resources:
123+
- subscriptions
124+
verbs:
125+
- get
126+
- list
127+
- watch

0 commit comments

Comments
 (0)