Skip to content

Commit cfe39bb

Browse files
CemDKjriguera
andcommitted
Add role to create events
Co-authored-by: Jose Riguera <jose.riguera@springer.com>
1 parent c554d52 commit cfe39bb

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

charts/mimirrules-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ type: application
2121
# This is the chart version. This version number should be incremented each time you make changes
2222
# to the chart and its templates, including the app version.
2323
# Versions are expected to follow Semantic Versioning (https://semver.org/)
24-
version: 1.0.6
24+
version: 1.0.7
2525

2626
# This is the version number of the application being deployed. This version number should be
2727
# incremented each time you make changes to the application. Versions are not expected to
2828
# follow Semantic Versioning. They should reflect the version the application is using.
2929
# It is recommended to use it with quotes.
30-
appVersion: "1.0.6"
30+
appVersion: "1.0.7"

charts/mimirrules-controller/templates/role.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,17 @@ rules:
3636
- get
3737
- patch
3838
- update
39+
- apiGroups:
40+
- ""
41+
resources:
42+
- events
43+
verbs:
44+
- get
45+
- create
3946
---
4047
{{- end }}
4148

49+
4250
# permissions to do leader election.
4351
apiVersion: rbac.authorization.k8s.io/v1
4452
kind: Role

0 commit comments

Comments
 (0)