-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add extra containers to helm chart #2294
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2294 +/- ##
==========================================
- Coverage 53.69% 53.66% -0.04%
==========================================
Files 48 48
Lines 14203 14201 -2
==========================================
- Hits 7627 7621 -6
- Misses 6338 6340 +2
- Partials 238 240 +2
Continue to review full report at Codecov.
|
Hey folks! Happy new year! It looks like one of the tests is breaking, but I don't really know why (it wasn't breaking before). Can I get some guidance on how to fix it? And maybe a review as well? Thanks! |
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.
Hi @sagikazarmark - sorry for the delay in response. Thanks for the PR! This looks good - could you just please also add an entry for the new field to the Configuration table in the Helm README - https://github.com/nginxinc/kubernetes-ingress/blob/master/deployments/helm-chart/README.md#configuration - we should be good to go then. Thanks!
@ciarams87 Sorry for the delay as well. Your comment got lost in the nginx-bot messages. Updating the readme now! |
@ciarams87 updated the readme. Let me know if I should make any more changes. Thanks! |
Friendly ping :) |
Looks good! Could you possibly add a line about the new parameter here as well https://github.com/nginxinc/kubernetes-ingress/blob/master/docs/content/installation/installation-with-helm.md?plain=1#L181 for documentation purposes? Could you also rebase your branch against the latest master? After that, we will happily merge! Thank you |
@pleshakov Thanks! I made the requested changes. I checked the contributing guide for instructions about documentation changes, but I couldn't find any (I could have missed them). It might make sense to mention adding new values to the helm chart. Here is an example from Dex's contribution guide (although documentation works a bit differently there). Thanks again for your review! |
Just wanted to drop a comment and thank @sagikazarmark for working on this! This will make it easier for some architectures to extend the nginx deployment without custom images! 🙏 |
Proposed changes
Add extra containers to helm chart to allow injecting sidecar containers
Checklist
Before creating a PR, run through this checklist and mark each as complete.