We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f894b commit d318318Copy full SHA for d318318
chart/templates/clusterrole.yaml
@@ -25,6 +25,7 @@ rules:
25
- openfoams.perftest.stackhpc.com
26
- rdmabandwidths.perftest.stackhpc.com
27
- rdmalatencies.perftest.stackhpc.com
28
+ - fios.perftest.stackhpc.com
29
verbs:
30
- update
31
- patch
@@ -73,14 +74,23 @@ rules:
73
74
- services
75
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
78
- apiGroups:
79
- ""
80
resources:
81
- endpoints
- - pods
82
- pods/log
83
84
- list
85
- get
86
- 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