-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
K8s: Strictly handle basicAuth.enabled
in template
#2760
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
Conversation
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CI Feedback 🧐(Feedback updated until commit 8bba82d)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.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.
Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.
Files not reviewed (1)
- charts/selenium-grid/templates/_helpers.tpl: Language not supported
Comments suppressed due to low confidence (1)
charts/selenium-grid/templates/trigger-auth.yaml:29
- There appears to be an extra closing '{{- end }}' at the end of the file which may lead to a mismatch in conditional blocks; remove it to ensure proper template logic.
{{- end }}
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
Enhancement, Bug fix
Description
Enforced strict handling of
basicAuth.enabled
in Kubernetes templates.basicAuth.enabled
to ensure secrets are only referenced when enabled.Fixed topology spread constraints references in deployment templates.
Changes walkthrough 📝
3 files
Added conditional checks for
basicAuth.enabled
in environmentreferences
Added conditional checks for
basicAuth.enabled
in distributordeployment
Added conditional checks for
basicAuth.enabled
in trigger-authtemplate
6 files
Added strict condition for creating basic auth secret
Fixed topology spread constraints and added
basicAuth.enabled
checksFixed topology spread constraints and added
basicAuth.enabled
checksFixed topology spread constraints and added
basicAuth.enabled
checksFixed topology spread constraints and added
basicAuth.enabled
checksFixed topology spread constraints and added
basicAuth.enabled
checks