-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does keda-operator ClusterRole need access to serviceaccounts? #2383
Comments
may be related to #837 (comment) |
Hi @dominhhai |
What type of triggers are you using? |
And how did you install KEDA? via HELM? |
FWIW, we also ran into this issue on our test cluster with a fresh Keda installation. We install Keda via Helm (chart version 2.5.0) and tried to use the If possible, we'd like to use the |
If @zroubalik agrees, are you open to send a PR for this @mKeRix ? |
I comment on this because I had the same issue and solved it by giving permissions to |
Are you open to send a PR for this? |
sure thing! |
A new Helm chart is out - https://github.com/kedacore/charts/releases/tag/v2.5.1 Thanks for reporting and fixing! |
Discussed in #2348
Originally posted by gdamjan-loka November 25, 2021
Does the the
keda-operator
ClusterRole
need access toserviceaccounts
resources too?I was getting these errors:
To get rid of the error I had to add
serviceaccount
here somewhere (I edited the release yaml file):https://github.com/kedacore/keda/blob/main/config/rbac/role.yaml#L19-L23
The text was updated successfully, but these errors were encountered: