-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[prometheus-json-exporter] Automatically rollover deployment when configmap changed. #2831
[prometheus-json-exporter] Automatically rollover deployment when configmap changed. #2831
Conversation
0f7dacf
to
6c8892a
Compare
90f0e92
to
6858dc3
Compare
Sorry, I wrongly rebased the branch, it's up2date now again. |
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.
.
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 rebase again?
ci sees still the old version.
6858dc3
to
8258df5
Compare
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.
chart version needs to be updated, not the appversion
Add annotation to deployment to auto rollover the deployment on changes to the configmap (https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments) Signed-off-by: Stefan Andres <s.andres@syseleven.de>
9870070
to
9518805
Compare
Yeah, that got mixed up the the bogus rebase in the beginning. I hope it's done now, since the Chart is now also 0.6 and not 0.5 anymore ;) |
…-community#2831) Add annotation to deployment to auto rollover the deployment on changes to the configmap (https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments) Signed-off-by: Stefan Andres <s.andres@syseleven.de> Signed-off-by: Stefan Andres <s.andres@syseleven.de>
…-community#2831) Add annotation to deployment to auto rollover the deployment on changes to the configmap (https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments) Signed-off-by: Stefan Andres <s.andres@syseleven.de> Signed-off-by: Stefan Andres <s.andres@syseleven.de>
What this PR does / why we need it
Add annotation to deployment to auto rollover the deployment on changes to the configmap
(https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments)
Which issue this PR fixes
Currently you need to manually delete the pod to get the new config from the configmap.
Checklist
[prometheus-couchdb-exporter]
)