-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
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.