-
Notifications
You must be signed in to change notification settings - Fork 11
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
Adjust to new kustomize syntax. #348
Conversation
Use resources rather than base. Insert path: before filenames referenced in patches. Reference: kubernetes-sigs/kustomize#4911 Supercedes: #329 Signed-off-by: Kurt Garloff <kurt@garloff.de>
Your reviews would be welcome! |
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.
Just tested and works for me.
I closed #329 without merging.
@garloff Can this also be merged into maintained/v4.x? Otherwise we would need to switch to main. |
Use resources rather than base. Insert path: before filenames referenced in patches. Reference: kubernetes-sigs/kustomize#4911 Supercedes: #329 Signed-off-by: Kurt Garloff <kurt@garloff.de>
Use resources rather than base. Insert path: before filenames referenced in patches. Reference: kubernetes-sigs/kustomize#4911 Supercedes: #329 Signed-off-by: Kurt Garloff <kurt@garloff.de>
Thanks, @Nils98Ar, this bugfix should definitely go to maintained/v4.x and also maintained/v4.0.x branches. Honestly, I was a bit unsure how much those maintained branches are in use and we have not given them as much attention lately. |
Sorry for the delay. Our idea was to use a maintained branch that is associated with the SCS release that we are running. I will let you know in #369/#370 if I am missing a bug fix that needs to be cherry-picked! |
Use resources rather than base.
Insert path: before filenames referenced in patches. Reference: kubernetes-sigs/kustomize#4911 Supercedes: #329