-
-
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
K8s: regression issue on template for nodes service.enabled #2484
Conversation
Signed-off-by: Viet Nguyen Duc <[email protected]>
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 <[email protected]>
4b83473
to
225a17d
Compare
CI Failure Feedback 🧐(Checks updated until commit 225a17d)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
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
Motivation and Context
Types of changes
Checklist
PR Type
Bug fix
Description
service.enabled
field to the test configurations for Chrome, Firefox, and Edge nodes to ensure services are enabled as expected.Changes walkthrough 📝
chrome-node-service.yaml
Fix namespace and label context in Chrome node service template
charts/selenium-grid/templates/chrome-node-service.yaml
firefox-node-service.yaml
Fix label context in Firefox node service template
charts/selenium-grid/templates/firefox-node-service.yaml
dummy.yaml
Add service enabled field in dummy test configuration
tests/charts/templates/render/dummy.yaml
service.enabled
field for Chrome, Firefox, and Edge nodes.dummy_solution.yaml
Add service enabled field in dummy solution configuration
tests/charts/templates/render/dummy_solution.yaml
service.enabled
field for Chrome, Firefox, and Edge nodes.