Adam Comerford
Adam Comerford
That's fair - we are only starting to use it ourselves (we have to implement gRPC in C++ first - ick) but it is very prevalent in Golang in general....
I'd love to see something similar to the [Terraform Helm module for Agones](https://github.com/googleforgames/agones/tree/master/install/terraform/modules/helm3) which allows the configuration for Helm to then live within the overall Terraform config. In terms of...
this is a quick mock-up of what such a module would look like - I have taken a guess at what the relevant configurable values actually are here: https://github.com/comerford/open-match/tree/create_terraform_helm_module/install/terraform/modules/helm This...
> Is it possible to remove the variable defaults and instead use the values from values.yaml by default? I would prefer to not add another place where default values need...