-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
helm: ability to set hostAliases on browser node deployments #1593
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
The below may help check the change using my branch. (Note: The force push is because I concluded Save values-user.yaml to docker-selenium root:
Run this:
The output browser deployment yamls (trimmed the rest to save space):
Matches example here (minus IP/hostnames being re-ordered, but works either way): https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/#adding-additional-entries-with-hostaliases To confirm on pods (disclude
|
Friendly bump on this @ilpianista @diemol |
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.
Could you please also update Chart.yaml
and the CHANGELOG so we can release right away?
Done 👍 |
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.
Thank you, @anthonybaldwin!
Description
Motivation and Context
--set
(if you can figure out the syntax...) orcustom-values.yaml
insteadTypes of changes
Checklist