blob: df4b70832985a4b48df716b8717eb383641b6979 [file] [log] [blame]
Victor Ryzhenkinfc986032018-07-19 19:41:58 +04001parameters:
2 kubernetes:
3 control:
4 role:
5 patch:
6 enabled: true
7 kind: ClusterRole
8 rules:
9 - apiGroups:
10 - ""
11 resources:
12 - "pods"
13 verbs:
14 - "patch"
Vladimir Jigulinf9fd2aa2019-01-09 21:14:12 +040015 - apiGroups:
16 - ""
17 resources:
18 - "namespaces"
19 verbs:
20 - "get"
Victor Ryzhenkinfc986032018-07-19 19:41:58 +040021 binding:
22 genie-pod-patch:
23 subject:
24 system:nodes:
25 kind: Group