Skip to content

Commit

Permalink
Add pods/exec permissions to the service account role (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfangl authored Jun 10, 2024
1 parent 82b4517 commit f517c9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/localstack/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ rules:
- apiGroups: [""]
resources: ["pods/log"]
verbs: ["get"]
- apiGroups: [""]
resources: ["pods/exec"]
verbs: ["get", "create"]
- apiGroups: [""]
resources: ["services"]
verbs: ["get", "list"]
Expand Down

0 comments on commit f517c9c

Please sign in to comment.