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

[sc-16445] override slice values on redeploy #286

Conversation

avivzgroundcover
Copy link
Contributor

This changes the way the CLI merges value overrides with existing values already deployed in the chart. Previously slices were merged with deep copy; this caused issues when changing configurations like extraScrapeJobs or logsDropFilters, creating inconsistent behaviors.

After this change, the value will always be fully overwritten by the provided overrides - assuming one was given.

@avivzgroundcover avivzgroundcover merged commit bd2a784 into main Jun 3, 2024
1 check passed
@avivzgroundcover avivzgroundcover deleted the avivzohari/sc-16445/cli-should-override-array-values-on-redeploy branch June 3, 2024 13:54
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