Skip to content
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

[controller] continuously reconcile configmaps #118

Merged
merged 1 commit into from
Apr 8, 2019

Conversation

schallert
Copy link
Collaborator

Now that we have a default template for configmaps that we construct for
users, we should continuously reconcile it. This will allow us to roll
out new config for M3DB over time and know that users' clusters will
pick up our changes.

This logic doesn't trigger if the user has a custom configmap.

Now that we have a default template for configmaps that we construct for
users, we should continuously reconcile it. This will allow us to roll
out new config for M3DB over time and know that users' clusters will
pick up our changes.

This logic doesn't trigger if the user has a custom configmap.
@codecov
Copy link

codecov bot commented Apr 8, 2019

Codecov Report

Merging #118 into master will increase coverage by 0.08%.
The diff coverage is 79.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
+ Coverage   68.56%   68.65%   +0.08%     
==========================================
  Files          26       26              
  Lines        1874     1895      +21     
==========================================
+ Hits         1285     1301      +16     
- Misses        489      491       +2     
- Partials      100      103       +3

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4531661...ebf0d2e. Read the comment docs.

@schallert schallert merged commit 72037d8 into master Apr 8, 2019
@schallert schallert deleted the schallert/reconcile_configmap branch April 8, 2019 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant