hirenko-v
hirenko-v
Same here, we use flamingo v2.10.2-fl.23-main-d2c9a8cb and flux 2.3.0. Is there any way to display pods/deployments and other resources deployed by helm releases?
Yes, but still it needs `plugin` parameter to be set in `Application`. I am wondering if it is possible to use it with helm: ``` apiVersion: argoproj.io/v1alpha1 kind: Application metadata:...
here is the workeround: ``` backendConfig: customConfiguration: "# Override" ```
We have the similar issue, @TheComice did you found the solution?
@alfespa17 in this case Terrakube will run a plan for each push to the branches. We probably don't want to run the plan before PR is opened
@akselleirv done
@akselleirv don't you mind to review the PR and res of my PRs to the repo? Thanks in advance
We have very similar behavior on EKS with tf-controller v0.16.0-rc.4. It happens when we add a new Terraform CRD in drift-detection-only mode (`approvePlan: disable`) The only workaround for us is...
same issue. We have a webhook attached to schedule on-call changes. When there are more than changes in a short period of time, the notification is delayed.