-
Notifications
You must be signed in to change notification settings - Fork 724
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
Fix Kustomize patchesStrategicMerge deprecation warning #2405
Conversation
Pull Request Test Coverage Report for Build 13008401315Details
💛 - Coveralls |
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.
Thank you!
- patches/jobset_config_patch.yaml # Add custom manager config to the JobSet. | ||
patches: | ||
# Remove namespace from the JobSet release manifests. | ||
- path: patches/jobset_remove_namespace.yaml |
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.
- path: patches/jobset_remove_namespace.yaml | |
- path: patches/jobset_remove_namespace.yaml | |
target: | |
group: xx | |
version: yy | |
kind: zz |
Could we specify the target GVK to make the patch more declaratively?
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.
I leaned on the minimal fix, but I agree that'd be better with a target specified. I'm on it.
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.
Updated. PTAL.
Signed-off-by: Antonin Stefanutti <[email protected]>
/rerun-all |
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.
Awesome! Thank you!
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tenzen-y 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 |
/rerun-all |
1 similar comment
/rerun-all |
Signed-off-by: Antonin Stefanutti <[email protected]> Signed-off-by: R.K <[email protected]>
What this PR does / why we need it:
A follow up of #2388 to fix the following warning when installing the v2 operator:
Checklist: