-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fix: remove duplicate annotation #2167
Conversation
The additionalAnnotations value is used on all keda resources. So specifying it on keda and crds makes the annotation duplicated. In my case that means that the resources doens't go through our validation step so the chart doesn't work.
PR Description updated to latest commit (0920411)
|
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
Thank you, @msvticket! |
@msvticket, by the way, I saw your last commit was on the video recorder in chart, after some changes recently, do you see those functionalities still working fine? |
Not really. I don't get the uploading to work. It certainly doesn't work out of the box. Troubleshooting was much easier before since it was a well known tool that was used. Also quite a lot of other things have changed in non compatible ways, making the upgrade hard. |
User description
Thanks for contributing to the Docker-Selenium project!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines, applied for this repository.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
removing duplicate annotation
Motivation and Context
The additionalAnnotations value is used on all keda resources. So specifying it on keda and crds makes the annotation duplicated. In my case that means that the resources doens't go through our validation step so the chart doesn't work.
Types of changes
Checklist
Type
bug_fix
Description
Changes walkthrough
values.yaml
Remove Duplicate Annotations in KEDA Configuration
charts/selenium-grid/values.yaml
podAnnotations
andcrds.additionalAnnotations
underkeda
toavoid duplicate annotations.