Julian

Results 13 comments of Julian

It would be great if this was not hardcoded and instead used the configured `noteKeywords`. Actually, I'm working with the `conventionalcommits` preset where the offending line is https://github.com/conventional-changelog/conventional-changelog/blob/840d139c40a2c4e773794d794c34bc4dbfde27c2/packages/conventional-changelog-conventionalcommits/writer-opts.js#L93

Setting `oidc_issuer_url = "https://gitlab.com"` fixes this. So maybe just updating the docs is enough?

Argh, sorry for being so slow. I'll update the chart in the new repository. Thanks for the heads up.

The only way currently to restore the helmrelease to the defined state is to reinstall or upgrade it, or am I missing something?

I am using [terragrunt](https://terragrunt.gruntwork.io/) that also uses HCL for configuration. The changes from #1756 do not fix that. Should I open another issue for this (even though it's using HCL)?...

In our case our test cases are now failing, since we download dependencies from a private Helm repository before executing the tests. It would be great if this feature was...

Might also be related to https://github.com/gruntwork-io/terratest/issues/1156?

> I think we should make this optional (just as in flyte-binary) and probably leave the default behavior to be single service. wdyt? Sounds good. I'll give it a shot.

> I think we should make this optional (just as in flyte-binary) and probably leave the default behavior to be single service. wdyt? This got quite big, because I tried...

We solved this issue as described in https://github.com/runatlantis/helm-charts/issues/222: * Create the gitconfig Secret outside the chart * Mount the secret as a volume * Add a lifecycle hook, that copies...