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

feat: provide a simple way to delete keys in config merge #9022

Closed
wants to merge 1 commit into from

Conversation

smira
Copy link
Member

@smira smira commented Jul 16, 2024

With strategic merge patches, we had no way to delete values by patching.

It might be tricky to implement it fully, but one simple case is easy - deleting keys from the map (e.g. nodeLabels) on merge.

With strategic merge patches, we had no way to delete values by
patching.

It might be tricky to implement it fully, but one simple case is easy -
deleting keys from the map (e.g. `nodeLabels`) on merge.

Signed-off-by: Andrey Smirnov <[email protected]>
@smira smira marked this pull request as draft July 18, 2024 08:05
@smira
Copy link
Member Author

smira commented Jul 18, 2024

Marking this as draft for now:

  • can we do a more complete solution?
  • needs documentation updates and release notes either way

@smira smira closed this Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants