Skip to content

Loop in reconcile from operator version 0.13.0 #1660

@disaster37

Description

@disaster37

Describe the bug
I look from ArgoCD operator logs that is in on infiny loop. It never stop to reconcile my ArgoCD ressource.
On same ArgoCD ressource, no problem with operator in version 0.12.0. The problem appear on 0.13.0

After some tests, it seems there are matter on server ingress.
If I disable the ingress on server, the loop stop.

spec:
  server:
    ingress:
      enabled: false

To Reproduce
Install operator one version 0.13.0 with OLM
Create new ArgoCD cluster with

apiVersion: argoproj.io/v1beta1
kind: ArgoCD
metadata:
  name: argocd
spec:
  server:
    host: argocd.domain.local
    ingress:
      enabled: true

Expected behavior
At one moment, the operator stop to reconcile the ArgoCD ressource.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions