Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
feat: update controller RBAC to allow create/patch events
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelicata authored Apr 11, 2023
1 parent 7747e3c commit 60c107b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hub-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: hub-agent
version: 1.5.3
version: 1.5.4
appVersion: "v1.3.0"
# Because of https://github.com/helm/helm/issues/3810 the pre-release version suffix has to be define.
# This allows the installation on Kubernetes cluster with a pre-release version (e.g. v1.19.9-gke.1900)
Expand Down
7 changes: 7 additions & 0 deletions hub-agent/templates/rbac/cluster-role-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,10 @@ rules:
- pods/log
verbs:
- get
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch

0 comments on commit 60c107b

Please sign in to comment.