-
Notifications
You must be signed in to change notification settings - Fork 26
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
I 38 watch namespace #39
Conversation
@fcgravalos this is awesome! I wonder if we should consider using an "include/exclude" approach instead though? Current PR implementation allows for either all namespaces or one namespace to be watched, I could imagine use cases where we would like a single secrets-manager to handle a group of namespaces (or exclude just several ones). WDYT? overkill? or perhaps could be a welcome flexibility? |
I was considering it too, but took as an example nginx ingress controller that seems to just watch either one or all and thought it would be simpler. In any case it seems a good idea too! Thanks! Let me figure out what are the implications and I'll get back to you :) |
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 👍 thank you!
just some minor rephrasing suggestions for the flag descriptions.
Codecov Report
@@ Coverage Diff @@
## master #39 +/- ##
==========================================
+ Coverage 84% 84.25% +0.25%
==========================================
Files 8 8
Lines 425 432 +7
==========================================
+ Hits 357 364 +7
Misses 51 51
Partials 17 17
Continue to review full report at Codecov.
|
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 👍 thank you!
@eduardogr Thanks for your comments and sorry, we went ahead and merged and didn't realize about them. I think it would be great if you can file a PR with your suggestion and let's build snapshot-2. We can also sit down together and discuss about versioning/release process. |
i thinks it could be nice for my PR here, I'll do it! Thanks! |
Fixes #38
The idea is being able of restrict the controller to a particular namespace as proposed here:
hashicorp/vault#7364