Chanwit Kaewkasi

Results 235 comments of Chanwit Kaewkasi

Here's another field, `RefreshBeforeApply`, which provides a flag but for the apply phase: https://github.com/weaveworks/tf-controller/blob/main/api/v1alpha2/terraform_types.go#L214

Make sense! If many agreed, we could introduce this as a breaking change + docs by having the upgrade field default to false. Then if users wanted the old behavior,...

Thank you for bringing this up @Smana You're right. We currently don't have a mechanism to serialize complex structure like above into a variable. I mean we do have this...

I'll check to see if we would find some good tricks to deserialize structured data as HCL's `map`.

Hi @shencan We still don't have a good solution to this problem. A feasible implementation would be allowing a user to manually add type information to secrets or configmaps, but...