Chanwit Kaewkasi

Results 129 comments of Chanwit Kaewkasi

The chart version must be ">= 0.5.0" to contain the new CRD.

could you `kubectl` describe the object and paste the result here, please?

Thank you @mjazwiecki I'll investigate more into this issue on an Azure cluster.

Hi @absolutemikex 1. This example might be useful for you: https://weaveworks.github.io/tf-controller/use_tf_controller/with_a_custom_backend/ 2. Yes, they can be passed via environment variables like this: ``` spec: runnerPodTemplate: spec: envFrom: - secretRef: name:...

We have a feature to suspend and resume reconciliation similar to other Flux objects. https://github.com/weaveworks/tf-controller/blob/main/controllers/terraform_controller.go#L137

Thank you again for your contributions, @oliverbaehler!! @tomhuang12 could you help review this, please?

Yes that's what I planned. tf is just a dummy name here.

moved this ticket to https://github.com/weaveworks/weave-gitops/issues/2968

Please refer to the development guide. We use a very specific set of tools there. Feedback to the guide is also appreciated. https://github.com/weaveworks/tf-controller/blob/main/DEVELOPMENT.md

Thank you @elisiano > Currently the process is a bit awkward: > > pause the reconciliation of the terraform object get the state (as documented) run terraform commands upload the...