File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,19 @@ rules:
12
12
- create
13
13
- patch
14
14
- update
15
+ - apiGroups :
16
+ - " "
17
+ resources :
18
+ - pods
19
+ verbs :
20
+ - get
21
+ - list
22
+ - patch
23
+ - watch
15
24
- apiGroups :
16
25
- " "
17
26
resources :
18
27
- nodes
19
- - serviceaccounts
20
28
verbs :
21
29
- get
22
30
- list
@@ -31,11 +39,10 @@ rules:
31
39
- apiGroups :
32
40
- " "
33
41
resources :
34
- - pods
42
+ - serviceaccounts
35
43
verbs :
36
44
- get
37
45
- list
38
- - patch
39
46
- watch
40
47
- apiGroups :
41
48
- crd.k8s.amazonaws.com
@@ -70,21 +77,21 @@ metadata:
70
77
namespace : kube-system
71
78
rules :
72
79
- apiGroups :
73
- - " "
80
+ - apps
74
81
resourceNames :
75
- - amazon- vpc-cni
82
+ - vpc-resource-controller
76
83
resources :
77
- - configmaps
84
+ - deployments
78
85
verbs :
79
86
- get
80
87
- list
81
88
- watch
82
89
- apiGroups :
83
- - apps
90
+ - " "
84
91
resourceNames :
85
- - vpc-resource-controller
92
+ - amazon- vpc-cni
86
93
resources :
87
- - deployments
94
+ - configmaps
88
95
verbs :
89
96
- get
90
97
- list
You can’t perform that action at this time.
0 commit comments