Skip to content

Commit 7d9c180

Browse files
gabemonteroRoming22
authored andcommitted
allow placement-service-manager to dump pods, pods/logs
1 parent cd59187 commit 7d9c180

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ kind: ClusterRole
44
metadata:
55
name: pipeline-service-admin
66
rules:
7+
- apiGroups:
8+
- ""
9+
resources:
10+
- pods
11+
- pods/logs
12+
verbs:
13+
- get
14+
- list
15+
- watch
716
- apiGroups:
817
- ""
918
resources:

0 commit comments

Comments
 (0)