Skip to content

helmDefaults not interpreted when defined in separate file #568

Description

@msutter

I use helmfile.d for my releases and a helm-default.yaml file to define global values.
After upgrading to v 0.54.2, the defaults are no longer interpreted in the releases definitions.

I have to workaround this with a dirty inclusion of the helm default file in my release definitions like this:

{{ readFile "000-helm-defaults.yaml" }}
---
releases:
- name: myrelease1
....

The helmDefaults in separated file was working with version 0.45.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions