We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we are checking the workload serviceAccount and we use it to recover the serviceAccount for getting the annotations:
keda/pkg/scaling/resolver/scale_resolvers.go
Lines 183 to 192 in 9632275
The problem is that currently, this code requires that the service account is explicitly set, which isn't good.
Use default service account if it's not provided
default
failure
example
None
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Report
Currently, we are checking the workload serviceAccount and we use it to recover the serviceAccount for getting the annotations:
keda/pkg/scaling/resolver/scale_resolvers.go
Lines 183 to 192 in 9632275
The problem is that currently, this code requires that the service account is explicitly set, which isn't good.
Expected Behavior
Use
default
service account if it's not providedActual Behavior
failure
Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version
None
Kubernetes Version
None
Platform
None
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: