Kamil Szczygieł
Kamil Szczygieł
As a workaround set: ``` env: - name: DATADOG_HOST value: https://app.datadoghq.eu ```
@mumoshu I'm trying to use this feature with SSH and I'm failing to do so. Example path you've said `git://[email protected]:org/repo.git//path/[email protected]?ref=branch` results in: ``` in ./dsf.yaml: in .helmfiles[0]: locate: get: error...
@mumoshu If Terraform uses go-getter under the hood, it's pretty weird, because it works fine with TF.
@mumoshu Yeah, it's dropping `git@` part. I thought I mentioned that earlier:)
@mumoshu Thank you! Appreciate that:)
@mumoshu If I may suggest one more thing - an argument to force cache refresh. After remote helmfiles got downloaded, they're not downloaded again until cache is removed.
@mumoshu One more question. Is the following syntax supported? ``` helmfiles: - path: git::ssh://[email protected] values: - values.yaml ``` From what I can see values are not being merged.
@timoreimann @kshitizbakshi I've started working on migrating to 1.5 API here: https://github.com/ContainerLabs/go-marathon/tree/marathon1.5.
cc @mumoshu
@mumoshu Sure thing!