roboll / helmfile

Deploy Kubernetes Helm Charts
MIT License
4.04k stars 566 forks source link

line x: mapping key "<<" already defined at line y #2162

Closed Abdur-rahmaanJ closed 1 year ago

Abdur-rahmaanJ commented 1 year ago

Greetings,

I had a previous helmfile where this worked:

releases:
- name: somerelease
  <<: *localChart
  <<: *default

Now after updating to helmfile version 0.149.0 i get this error:

in ./helmfile.yaml: failed to read helmfile.yaml: reading document at index 1: yaml: unmarshal errors:
  line x: mapping key "<<" already defined at line y

I cannot understand what changed in helmfile causing it to break. Thank you.

yxxhero commented 1 year ago

@Abdur-rahmaanJ please post issue on helmfile/helmfile

yxxhero commented 1 year ago

<<: [localChart, default]