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: argocdexport job using incorrect Service Account #1423

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: argocdexport job was still using service account name same as master branch. As the naming Scheme is updated, this PR updates the SA name for argocdexport jobs.

Have you updated the necessary documentation?

Which issue(s) this PR fixes:

Fixes #?

How to test changes / Special notes to the reviewer: