-
Notifications
You must be signed in to change notification settings - Fork 230
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
Added support for AWS IRSA in helm chart #319
Added support for AWS IRSA in helm chart #319
Conversation
Signed-off-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
Signed-off-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but we'd need to rename the variables
Signed-off-by: Steven Jenkins De Haro <20492442+StevenJDH@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
hi, i would need this feature, do you have an estimate of when will it be released? Thanks! |
Same question: when will it be released? Any news? |
Next KEDA release will be around Dec 8th, and it includes the chart. You can check the release dates here |
Signed-off-by: Steven Jenkins De Haro 20492442+StevenJDH@users.noreply.github.com
Adds support for AWS IAM Roles for Service Accounts (IRSA) in the helm chart to the KEDA service account. For example, if
podIdentity.irsa.enabled
is settrue
along with the needed config, the below will be rendered:Checklist
Fixes #233