mirror of https://github.com/kedacore/charts.git
fix(rbac): add missing eventing.keda.sh permissions (#714)
Add r/w permissions for cloudeventsources and clustercloudeventsources in the minimal-rbac ClusterRole template. These are required to prevent a crashloop when shipping the operator with the `watchNamespace` property. Fixes #6084 Signed-off-by: Gaston Festari <cilindrox@gmail.com>
This commit is contained in:
parent
3e58b2affe
commit
33070ca215
|
|
@ -113,6 +113,19 @@ rules:
|
|||
- update
|
||||
- watch
|
||||
{{- end }}
|
||||
- apiGroups:
|
||||
- eventing.keda.sh
|
||||
resources:
|
||||
- cloudeventsources
|
||||
- cloudeventsources/status
|
||||
- clustercloudeventsources
|
||||
- clustercloudeventsources/status
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- patch
|
||||
- update
|
||||
- watch
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
|
|
|
|||
Loading…
Reference in New Issue