hirenko-v

Results 18 issues of hirenko-v

It might be useful when we have the folowing case: - We run terraform in `flux-system` namespace where we have an appropriate `ServiceAccount` with permissions in cloud to create resources...

Hi Team. Seems like we have missing permissions in RC4 for branch-planner as it can't create `terraform` under the hood. In RC3 we had ClusterRoleBinding that allows to do anything...

I have such gitrepo ``` apiVersion: source.toolkit.fluxcd.io/v1 kind: GitRepository metadata: annotations: name: flux-system namespace: flux-system spec: interval: 1m0s ref: branch: flux secretRef: name: flux-system timeout: 60s url: ssh://[email protected]/myorg/infrastructure.git ``` and...

Is there any way to import existing flux resources to flamingo starting from flux-system root Kustomization? I have a large project deployed with flux and want to add flamingo as...

It would be great to have some "fallcack" configuration for placeholders. In our case application consists of multiple resources one of them creates secrets which application should use when it...

Hello, seems like [documentation](https://argocd-vault-plugin.readthedocs.io/en/stable/usage/) is not 100% clear, at lewast for me... I was able to use the plugin installed as sidecar with kustomize, but want to have possibility to...

This PR adds `remediateLastFailure` to `Terraform` CRD, the same for example, Helm controller has. Current logic leads to manual intervention when retries are exceeded. It prevents the scheduled execution for...

Currently `LockTimeout` is implemented only for plan. If Terraform is in drift-detection mode, there is no such option and the controller immediately returns the lock error. The PR adds such...

Seems like [tfState.lockTimeout](https://flux-iac.github.io/tofu-controller/References/terraform/#infra.contrib.fluxcd.io/v1alpha2.TFStateSpec) is not available in drift-detection mode (`approvePlan: disable`) so terraform is failing with lock error immediately. In our case we have another tool that manages plan/apply and...

This PR fixes the issue for new objects created in drift-detection-only mode. Current logic leaves Terraform CRD in Initializing status if it is created in drift detection mode. A workaround...