Luka Giorgadze

Results 11 comments of Luka Giorgadze

You can use Terraform [helm_provider](https://registry.terraform.io/providers/hashicorp/helm/latest/docs) and pass any sensitive data dynamically + your helm will stay unchanged and you can keep it up to date without merging troubles.

Yeh, unfortunately the only way to avoid this is: ```terraform resource "helm_release" "release-name" { wait = false atomic = false ... } ```

just `helm install .` works fine, but I get this issue when I'm deploying with terraform `helm_release`

> Ran into this issue when deploying via Flux. The fix was to disable `--wait` behavior for `install` and `upgrade` actions. Maybe try your helm install without `--wait`? Nah, `--wait`...

> I think the problem is not that the callback is not strongly typed because it is (it is defined as a typedef of type `void Function(MockServer server);`), but rather...

Hello @alexlovar, where did you find `onSimpleGet` method? It seems we don't have such method.