Skip to content

Commit

Permalink
Allow port-forwarding in non-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
danlysiak authored Dec 12, 2024
1 parent e0e327d commit 6a1c12f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/rbac/nonprod-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ rules:
- apiGroups: ['']
resources: ['pods/exec']
verbs: ['create']
- apiGroups: ['']
resources: ['pods/portforward']
verbs: ['create']
- apiGroups: ['']
resources: ['services']
verbs: ['delete']
Expand Down

0 comments on commit 6a1c12f

Please sign in to comment.