We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A value of 0 is being ignored, example:
0
app: name: test
merged with
app: name: 0
results in:
The text was updated successfully, but these errors were encountered:
The problem is that zero value variables are not updated (see darccio/mergo#178 and darccio/mergo#165).
The merge call should include the config option WithOverwriteWithEmptyValue.
WithOverwriteWithEmptyValue
Sorry, something went wrong.
d445b45
ahaasler
No branches or pull requests
A value of
0
is being ignored, example:merged with
results in:
The text was updated successfully, but these errors were encountered: