Skip to content

Commit

Permalink
add rbac for exec
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Labarussias <issif+github@gadz.org>
  • Loading branch information
Issif committed Jun 15, 2023
1 parent e8097c2 commit 337a69a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deployment/helm/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ rules:
- update
- patch
- delete
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- get
- create
- apiGroups:
- "networking.k8s.io/v1"
resources:
Expand Down

0 comments on commit 337a69a

Please sign in to comment.