-
Notifications
You must be signed in to change notification settings - Fork 896
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 possibility to run sidecars with vault #87
Conversation
You shouldn't need a prometheus exporter now that prometheus metrics can be scraped directly from Vault. |
@ncabatoff agreed running an exporter is not necessary now that the metrics api can be scrapped directly, but might still be enough for some users to run an exporter which only polls the health api and already works with existing grafana dashboards. Could there be other cases of running auxiliary services with vault? |
Sure, I wasn't suggesting the PR should be rejected, I was just letting you know in case you weren't aware that a prometheus exporter isn't strictly necessary. |
Hi @shahbazn, you'll need to sign the CLA for us to consider this PR. Additionally can you add unit tests for this configurable? You can find the existing tests under |
Hi @jasonodonnell I have added the unit tests now. Had to force push the initial commits to include my email address for CLA to work. |
Hi @jasonodonnell the PR is ready to be reviewed. |
FWIW I'm using this already. Works great. |
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.
LGTM, thanks!
Hi @shahbazn, upon further review there's an error in your test code. You are missing a closing brace on |
This can be solution for #109. |
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.
LGTM, thanks @shahbazn !
* Add extra containers * fix template * add unit tests * resolve conflicts * remove duplicate docs * fix unit tests
Problem: This chart does not allow running sidecar containers with vault, that might me needed for some scenarios e.g. running prometheus exporter.
Solution: Add configurable sidecar containers to the chart