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
Merge/Overriding results in duplicate keys
Input Yaml
templates: default: &default labels: sync: everyday charts: - name: test <<: *default chart: test labels: sync: thur
from: roboll/helmfile#657
with yj -yy results in
yj -yy
Output Yaml
templates: default: labels: sync: everyday charts: - name: test labels: sync: everyday chart: test labels: sync: thur
Note that the key labels/sync is duplicate; it should have overwritten the original value.
labels/sync
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Merge/Overriding results in duplicate keys
Input Yaml
from: roboll/helmfile#657
with
yj -yy
results inOutput Yaml
Note that the key
labels/sync
is duplicate; it should have overwritten the original value.The text was updated successfully, but these errors were encountered: