fabhuebner

Results 5 comments of fabhuebner
trafficstars

For me it only works in the outer app-in-app application. But not in the inner application. I only use helmet charts. Ex. if I save the `secret.yaml` parallel to the...

> it still happens in `v2.14.5` also (Helm chart version `7.8.10`). Endless loop. Output shows : > > Checking for initial Redis password in secret argocd/argocd-redis at key auth. >...

I think it has something to do with the newly introduced parameter `controller.sync.timeout.seconds`. (see https://blog.argoproj.io/argo-cd-v2-14-release-candidate-57a664791e2a) Compare also with https://github.com/argoproj/argo-cd/discussions/6208

It only works for me if I disable `ServerSideApply`. If I enable `ServerSideApply=true`, it has the same wrong behavior as before. But I need `ServerSideApply=true`

seems to be solved for me since Argo-CD `v2.14.8` with Helm Chart `v7.8.14`. Maybe someone else can confirm this.