Robert

Results 2 comments of Robert

Hi, Currently I have the same problem like @pathob helmfile.yaml ```yml releases: - name: myservice namespace: test chart: chart/parent values: - values.yaml.gotmpl ``` values.yaml.gotmpl ```yml customer: xxxxx --- domain: {{...

Hi, iam interested in this issue aswell. We are looking for a way to manipulate or use the files provided via helm-git. ```yml repositories: - name: service url: git+https://gitlab.any.cloud/helm-charts.git@charts/service?ref=main ```...