-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Remove duplication in kustomize deployer #900
Remove duplication in kustomize deployer #900
Conversation
This way, it should be easier to remove duplication Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Signed-off-by: David Gageot <david@gageot.net>
Codecov Report
@@ Coverage Diff @@
## master #900 +/- ##
==========================================
- Coverage 38.27% 37.45% -0.83%
==========================================
Files 56 58 +2
Lines 2576 2590 +14
==========================================
- Hits 986 970 -16
- Misses 1476 1509 +33
+ Partials 114 111 -3
Continue to review full report at Codecov.
|
this looks good to me - is this in preparation for swapping out the image replacement logic with kustomize's logic? |
@balopat In my mind, it was just to remove some duplication but I'd be happy to do what you said. Can you explain me what you have in mind? |
I'm not 100% sure that we can use this, but in kustomize 1.0.5 they introduced an |
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
No description provided.