Skip to content

Commit

Permalink
docs: add pods/log to rbac example
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Dec 22, 2023
1 parent af4ef55 commit cead34c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ rules:
- list
- create
- delete
- apiGroups: [""]
resources: ["pods/log"]
verbs:
- "get"
- "list"
# Selecting the nodes
- apiGroups: [""]
resources: ["nodes"]
Expand Down

0 comments on commit cead34c

Please sign in to comment.