Skip to content

allow key overrides #657

Description

@sstarcher
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions