Skip to content

Commit

Permalink
Add role to create events
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Riguera <jose.riguera@springer.com>
  • Loading branch information
CemDK and jriguera committed Mar 14, 2024
1 parent c554d52 commit cfe39bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/mimirrules-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.6
version: 1.0.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.0.6"
appVersion: "1.0.7"
8 changes: 8 additions & 0 deletions charts/mimirrules-controller/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,17 @@ rules:
- get
- patch
- update
- apiGroups:
- ""
resources:
- events
verbs:
- get
- create
---
{{- end }}


# permissions to do leader election.
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
Expand Down

0 comments on commit cfe39bb

Please sign in to comment.