Skip to content

Commit

Permalink
Rip off some bandaids
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui authored Jul 4, 2024
1 parent ef8706c commit 54dfe68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions k8s/rbac/rbac-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ metadata:
rules:
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "list", "watch", "create", "delete"]
- apiGroups: [""]
resources: ["pods/exec"]
verbs: ["create"]
verbs: ["get", "list", "watch"]
# - apiGroups: [""]
# resources: ["pods/exec"]
# verbs: ["create"]
- apiGroups: [""]
resources: ["pods/log"]
verbs: ["get", "list", "watch"]
Expand Down

0 comments on commit 54dfe68

Please sign in to comment.