-
Notifications
You must be signed in to change notification settings - Fork 69
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
refactor: more generic target handling #440
base: main
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
d12035b
to
8dc88a7
Compare
8dc88a7
to
58b3087
Compare
Signed-off-by: Erik Godding Boye <egboye@gmail.com>
Signed-off-by: Erik Godding Boye <egboye@gmail.com>
ee92b5d
to
0f872e8
Compare
In this PR I am trying to make the code for handling targets (configmaps and secrets) even more generic. My initial goal was to fully remove the code duplication for configmaps/secrets, but I do see (at least not now) how that can be done. I am suggesting merging this as a step forward for now.