rebased on master, moved get nodes to own rule
This commit is contained in:
parent
dc286bd94a
commit
e1961b2b51
1 changed files with 6 additions and 1 deletions
|
@ -23,9 +23,14 @@ rules:
|
||||||
- pods
|
- pods
|
||||||
- secrets
|
- secrets
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- nodes
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in a new issue