argoproj-labs / argocd-operator

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

[ Operator Redesign ] fix: Argocd sso status resets to Unknow if spec.sso is set to nil #1425

Closed anandrkskd closed 2 weeks ago

anandrkskd commented 2 weeks ago

What type of PR is this?

/kind bug

What does this PR do / why we need it: SSO status didn't revert to unknown status if argocd spec.sso is set empty, with this PR if no provider is set for SSO, the default status is set to unknown

Have you updated the necessary documentation?

Which issue(s) this PR fixes:

Fixes #?

How to test changes / Special notes to the reviewer: