Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0b99455

Browse files
committedOct 17, 2021
fix: typo
Signed-off-by: Akif Feyzioğlu <[email protected]>
1 parent 5b29ea4 commit 0b99455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rbac/role.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ metadata:
66
rules:
77
- apiGroups: [""] # "" indicates the core API group
88
resources: ["pods"] # "services", "endpoints", "pods", "pods/log" etc.
9-
verbs: ["get", "watch", "list"] # "get", "list", "watch", "post", "put" "create", "update", "patch", "delete"
9+
verbs: ["get", "watch", "list"] # "get", "list", "watch", "post", "put", "create", "update", "patch", "delete"

0 commit comments

Comments
 (0)
Please sign in to comment.