-
Notifications
You must be signed in to change notification settings - Fork 102
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
Extract all kustomize logic to a separate file #604
Conversation
This looks awesome. Will it come with tests on apply conventions before we merge or do you think this needs more refactoring to become testable? |
@gerred yeah, tests are coming :) I wanted to put it out there to see if people like it, but with this "interface" writing tests will be very easy :) |
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.
Woot!
omg I screwed up the branches 🙈 this should not contain the namespace changes, I'll clean it up... |
This reverts commit 2a19de6.
It is like a drop of water in the ocean considering the overall state of planexecution controller but we have to start somewhere. This extracts part of logic out of planexecution controller. This logic is using kustomize to apply conventions to templates before adding them to kubernetes.
Fixes #601