Skip to content

Commit d318318

Browse files
committed
Update clusterroles for fio tests
1 parent c3f894b commit d318318

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

chart/templates/clusterrole.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ rules:
2525
- openfoams.perftest.stackhpc.com
2626
- rdmabandwidths.perftest.stackhpc.com
2727
- rdmalatencies.perftest.stackhpc.com
28+
- fios.perftest.stackhpc.com
2829
verbs:
2930
- update
3031
- patch
@@ -73,14 +74,23 @@ rules:
7374
- services
7475
verbs:
7576
- "*"
76-
# We need to be able to watch pods and fetch their logs
77+
# We need to be able to watch endpoints and pod logs
7778
- apiGroups:
7879
- ""
7980
resources:
8081
- endpoints
81-
- pods
8282
- pods/log
8383
verbs:
8484
- list
8585
- get
8686
- watch
87+
# We need to be able to watch and update pods
88+
- apiGroups:
89+
- ""
90+
resources:
91+
- pods
92+
verbs:
93+
- list
94+
- get
95+
- watch
96+
- patch

0 commit comments

Comments
 (0)