Skip to content

Commit

Permalink
Merge pull request #157 from PrefectHQ/agent_rbac_resources
Browse files Browse the repository at this point in the history
Add events resource to Kubernetes Agent RBAC helm chart template
  • Loading branch information
zanieb authored Dec 14, 2020
2 parents 49d0c80 + 567bf77 commit 0343526
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changes/pr157.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
enhancement:
- "Add the `events` RBAC permission to agents created by the helm chart - [#157](https://github.com/PrefectHQ/cloud/pull/157)"
1 change: 1 addition & 0 deletions helm/prefect-server/templates/agent/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ rules:
- apiGroups:
- ''
resources:
- events
- pods
verbs:
- '*'
Expand Down

0 comments on commit 0343526

Please sign in to comment.