Skip to content
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

MK-85 Change the syntax following depreciation warnings #84

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vonhraban
Copy link
Contributor

This PR fixes syntax of Kustomize files, as well as splits patches into several files since it is not supported anymore to have multiple patches in one file

@vonhraban vonhraban enabled auto-merge (squash) September 28, 2023 15:53
@vonhraban vonhraban changed the title MK-85 Change the syntax follwing depreciation warnings MK-85 Change the syntax following depreciation warnings Sep 28, 2023
Copy link
Member

@macieklewkowicz macieklewkowicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like Kustomize dropping support for multiple patches in single file was a regression and is now fixed: kubernetes-sigs/kustomize#5194

Multiple patches were grouped into files by responsibility. Splitting them into single patch per file will make it more difficult to track what is being patched and why.

@vonhraban
Copy link
Contributor Author

Converting to draft; it seems that it will be fixed in the next version of kustomize

@vonhraban vonhraban marked this pull request as draft October 9, 2023 12:30
auto-merge was automatically disabled October 9, 2023 12:30

Pull request was converted to draft

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants