The server needs access to logs
This commit is contained in:
parent
95bb3832d2
commit
9d6cda3132
1 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,13 @@ rules:
|
|||
- update
|
||||
- patch
|
||||
- delete
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- pods/log
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
|
|
Loading…
Reference in a new issue