-
Bug
-
Resolution: Done
-
Normal
-
1.5.0, 1.4.5
-
5
-
False
-
None
-
False
-
GITOPS Sprint 220, GITOPS Sprint 221
Problem description
The Operator does not reconcile certain settings for the repository server when they are changed:
.spec.repo.automountServiceAccountToken .spec.repo.serviceAccount
To reproduce:
- Create ArgoCD CR without any options
- Change above settings, e.g. set .spec.repo.automountServiceAccountToken to true
- Observe that the argocd-repo-server deployment is not changed
Expected behavior:
- Upon change of either of above settings, the argocd-repo-server deployment resource gets reconciled
Workaround:
- Delete the argocd-repo-server deployment resource, the Operator will reconcile it back in with the appropriate settings