RaymondKYLiu

Results 2 comments of RaymondKYLiu

@mumoshu Test with `helmfile version v0.98.3` I include this script in `values.yaml.gotmpl`, to read files with glob pattern. ```yaml # values.yaml.gotmpl {{- range $_, $file := ( exec "sh" (list...

Hi @mumoshu I am glad to resolve the issue after adding `trim` to remove newline. Like below: ```yaml {{- range $_, $file := ( exec "sh" (list "-c" "echo dashboards/istio/*.json")...