-
Task
-
Resolution: Done
-
Major
-
None
-
1.7.0
-
False
-
None
-
False
-
-
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 the 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 the 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