13:27:01 in ./helmfile.yaml: in .helmfiles[0]: in helm/account/helmfile.yaml: failed to read helmfile.yaml: reading document at index 1: yaml: unmarshal errors:
13:27:01 line 167: key "sync" already set in map
templates:
default: &default
labels:
sync: everyday
charts:
- name: test
<<: *default
chart: test
labels:
sync: thur
In yaml I would typically expect this to not error out and to allow the sync key to be overwritten and set to thur instead of failing.
In yaml I would typically expect this to not error out and to allow the
synckey to be overwritten and set tothurinstead of failing.