File tree Expand file tree Collapse file tree 1 file changed +3
-23
lines changed
helm/argocd-rbac-operator/templates Expand file tree Collapse file tree 1 file changed +3
-23
lines changed Original file line number Diff line number Diff line change 9
9
resources :
10
10
- configmaps
11
11
verbs :
12
+ - get
12
13
- list
14
+ - watch
13
15
- apiGroups :
14
16
- rbac-operator.argoproj-labs.io
15
17
resources :
16
18
- argocdrolebindings
19
+ - argocdroles
17
20
verbs :
18
21
- ' *'
19
- - get
20
- - list
21
22
- apiGroups :
22
23
- rbac-operator.argoproj-labs.io
23
24
resources :
24
25
- argocdrolebindings/finalizers
25
- verbs :
26
- - ' *'
27
- - apiGroups :
28
- - rbac-operator.argoproj-labs.io
29
- resources :
30
26
- argocdrolebindings/status
31
- verbs :
32
- - ' *'
33
- - apiGroups :
34
- - rbac-operator.argoproj-labs.io
35
- resources :
36
- - argocdroles
37
- verbs :
38
- - ' *'
39
- - get
40
- - list
41
- - apiGroups :
42
- - rbac-operator.argoproj-labs.io
43
- resources :
44
27
- argocdroles/finalizers
45
28
verbs :
46
29
- ' *'
50
33
- argocdroles/status
51
34
verbs :
52
35
- ' *'
53
- - get
54
- - patch
55
- - update
You can’t perform that action at this time.
0 commit comments