我正在尝试按照Readme中给出的说明将 Kustomize 与 Helmfile 一起使用,但是当我尝试运行同步命令时出现以下错误。
helmfile --environment dev --file=helmfile.yaml sync
in ./helmfile.yaml: failed to read helmfile.yaml: reading document at index 1: yaml: unmarshal errors:
line 4: cannot unmarshal !!seq into state.HelmState
helmfile.yaml
- name: common-virtual-services
chart: ./common-virtual-services
hooks:
- events: ["prepare", "cleanup"]
command: "./helmify"
args: ["{{`{{if eq .Event.Name \"prepare\"}}build{{else}}clean{{end}}`}}", "{{`{{.Release.Chart}}`}}", "{{`{{.Environment.Name}}`}}"]
环境:
helmfile 版本 v0.119.0
自定义 - 版本:3.6.1
操作系统 - 达尔文 DEM-C02X5AKLJG5J 18.7.0 达尔文内核版本 18.7.0
如果您需要更多详细信息,请告诉我。