Skip to content

Commit

Permalink
Add extra rules for role to support ECS (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw authored Feb 16, 2024
1 parent dd2ea5e commit 7d7004f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/localstack/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ rules:
- apiGroups: [""] # "" indicates the core API group
resources: ["pods"]
verbs: ["*"]
- apiGroups: [""]
resources: ["pods/log"]
verbs: ["get"]
- apiGroups: [""]
resources: ["services"]
verbs: ["get", "list"]
{{- end }}

0 comments on commit 7d7004f

Please sign in to comment.