-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
🌱 Make kustomize apply function not dependent on ginkgo #1892
🌱 Make kustomize apply function not dependent on ginkgo #1892
Conversation
Signed-off-by: Huy Mai <huy.mai@est.tech>
/cc @kashifest @tuminoid I would like to merge this before 0.7 release, so that this function could be used in |
You're suggesting using code from e2e tests in deploy, which is non-test code? If that is what you're after, then this code should live somewhere else. |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kashifest The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
Agreed. But currently we don't have anywhere more suitable for this code. I don't think it's a blocker though, we can decide on having common package which can be imported by both test and non-test later. |
This change is fine by itself as it just removes Ginkgo calls, but do not use it in deploy-cli without relocating it elsewhere first. We should not be importing test code into prod code. |
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
/unhold
The goal is to make this function usable for other packages, which may not use ginkgo