Norman
Norman
@poet038 , I just added support for `imagePullSecrets`. @mumoshu , can you please start the review for this PR?
@cpotter302 pulling `always` is the [default](https://kubernetes.io/docs/concepts/containers/images/#imagepullpolicy-defaulting) for image tag `latest`. I don't know if setting `imagePullPolicy` to override this behaviour is good practice, or if you rather should pin the...
would be possible with https://github.com/actions/actions-runner-controller/pull/3645
would be included in #3645
@rubensf, I am looking into [upgrading terragrunt to 0.72.2](https://github.com/transcend-io/terragrunt-atlantis-config/pull/369). But am stuck with replacing [config.EvalContextExtensions](https://github.com/search?q=repo%3Atranscend-io%2Fterragrunt-atlantis-config+config.EvalContextExtensions&type=code). Did you already look into this? I guess it is necessary to use `ctx` all...
Same for `encryption` blocks (since 0.72.2)
Yes, there is a reason. I use state and plan encryption, so I can't process the plan-file with other tools than `tofu`.
Yes, that would work, but my intention of using state encryption is to not have any unencrypted state in my CI logs at all. I have to ponder wether directly...
I think it would be a helpful feature for CI in general, despite my first idea of an use case might better be handled like you described above. And yes,...
**Title:** Enhance Terragrunt's `signals` Functionality for Comprehensive Output Handling **Summary:** This RFC proposes extending Terragrunt's `signals` feature to handle various command outputs beyond error messages. The enhancement includes introducing a...