feat: added nodeSelector for keda patch pods#2618
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
525185a to
1ea164e
Compare
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
This is to fix the issue #2614
Motivation and Context
Pass a way to pass the nodeSelector to patch object Job in helm chart.
Types of changes
Checklist
PR Type
Enhancement, Documentation
Description
Added
nodeSelectorsupport for KEDA patch job pods.Updated Helm chart configuration to include
nodeSelectorfor patch jobs.Documented the new
nodeSelectoroption in the configuration guide.Changes walkthrough 📝
CONFIGURATION.md
Document `nodeSelector` option for patch jobscharts/selenium-grid/CONFIGURATION.md
nodeSelectoroption.patch-keda-objects-job.yaml
Add `nodeSelector` to KEDA patch job templatecharts/selenium-grid/templates/patch-keda/patch-keda-objects-job.yaml
nodeSelectorconfiguration to the KEDA patch job template.values.yaml
Add `nodeSelector` field in values.yamlcharts/selenium-grid/values.yaml
nodeSelectorfield underautoscaling.patchObjectFinalizers.