File tree 1 file changed +67
-5
lines changed
1 file changed +67
-5
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,73 @@ metadata:
9
9
app.kubernetes.io/managed-by : {{ .Release.Service }}
10
10
app.kubernetes.io/instance : {{ .Release.Name }}
11
11
rules :
12
- - apiGroups : ['*']
13
- resources : ['*']
14
- verbs : ['*']
15
- - nonResourceURLs : ['*']
16
- verbs : ['*']
12
+ - apiGroups :
13
+ - " "
14
+ resources :
15
+ - configmaps
16
+ - secrets
17
+ - events
18
+ verbs :
19
+ - create
20
+ - get
21
+ - patch
22
+ - update
23
+ - apiGroups :
24
+ - " "
25
+ resources :
26
+ - services
27
+ verbs :
28
+ - create
29
+ - get
30
+ - patch
31
+ - update
32
+ - apiGroups :
33
+ - apps
34
+ resources :
35
+ - deployments
36
+ verbs :
37
+ - create
38
+ - get
39
+ - patch
40
+ - update
41
+ - apiGroups :
42
+ - autoscaling
43
+ resources :
44
+ - horizontalpodautoscalers
45
+ verbs :
46
+ - create
47
+ - get
48
+ - patch
49
+ - update
50
+ - apiGroups :
51
+ - flagger.app
52
+ resources :
53
+ - canaries/status
54
+ verbs :
55
+ - get
56
+ - patch
57
+ - update
58
+ - apiGroups :
59
+ - networking.istio.io
60
+ resources :
61
+ - virtualservices
62
+ verbs :
63
+ - create
64
+ - get
65
+ - patch
66
+ - update
67
+ - apiGroups :
68
+ - flagger.app
69
+ resources :
70
+ - canaries
71
+ verbs :
72
+ - get
73
+ - list
74
+ - watch
75
+ - nonResourceURLs :
76
+ - /version
77
+ verbs :
78
+ - get
17
79
---
18
80
apiVersion : rbac.authorization.k8s.io/v1beta1
19
81
kind : ClusterRoleBinding
You can’t perform that action at this time.
0 commit comments