--- # yaml-language-server: $schema=https://json.schemastore.org/helmfile templates: default: chart: '{{ (fromYaml (tpl (readFile "./templates/release.yaml.gotmpl") .)).chart }}' version: '{{ (fromYaml (tpl (readFile "./templates/release.yaml.gotmpl") .)).version }}' values: - ./templates/values.yaml.gotmpl