-
Notifications
You must be signed in to change notification settings - Fork 888
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 an option to set annotations on the StatefulSet #199
Conversation
Hi @cablespaghetti, this looks useful! Can you add unit test coverage for this feature? You can find them in |
@jasonodonnell Sorry it took a while. Have some tests. 👍 |
@jasonodonnell Don't forget about this one :) |
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.
Apologies, but here are some suggested changes since we've recently changed all the annotations to support both YAML and YAML-formatted strings, and I think this patch will need to follow that convention.
Bump on this @cablespaghetti |
Bump @cablespaghetti :) |
Signed-off-by: Sam Weston <weston.sam@gmail.com>
Signed-off-by: Sam Weston <weston.sam@gmail.com>
Signed-off-by: Sam Weston <weston.sam@gmail.com>
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
Co-authored-by: Theron Voran <tvoran@users.noreply.github.com>
@tvoran @jasonodonnell I've committed the requested changes now. Sorry for the delay. |
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.
It all checks out for me, thanks for the patch!
I'm using this to add the annotation for Reloader to the StatefulSet. I've tried to follow the conventions currently used by the chart but let me know if anything needs changing.