Hello community, I installed Flyte using the helm_...
# flyte-support
b
Hello community, I installed Flyte using the helm_release resource via Terraform and wanted to know the recommended process-level practices for modifying values. For example, if you want to configure the resources used to run FlyteAdmin or create a new quota. I've been testing, and if I modify a single value in my values.yaml, Terraform detects that everything has changed. Do you know of another method to keep Flyte resources up to date using IAC? Thanks!
w
https://github.com/hashicorp/terraform-provider-helm/issues/1239 • there's a
manifest
experimental feature in helm_release
a
if I modify a single value in my values.yaml, Terraform detects that everything has changed.
AFAIK so far, that's how granular TF can be with Helm values