argoproj-labs / argocd-operator

A Kubernetes operator for managing Argo CD clusters.
https://argocd-operator.readthedocs.io
Apache License 2.0
636 stars 722 forks source link

[ Operator Redesign ] fix: Reconciler skip's env reconciliation for reposerver and server deployment #1424

Closed anandrkskd closed 3 months ago

anandrkskd commented 3 months ago

What type of PR is this? /kind bug

What does this PR do / why we need it: With this PR, the Reconciler will update the env for deployment of reposerver and server.

This PR also adds the missing default node selector from server deployment.

Have you updated the necessary documentation?

Which issue(s) this PR fixes:

Fixes #?

How to test changes / Special notes to the reviewer: