Keep Your Openshift Cluster Operators Highly Traceable Using GitOps

Currently, GitOps has become increasingly present in the day-to-day of an SRE. Fast error recovery, Self-documenting deployments, and highly traceable changes are just a few advantages provided in this case. 

The core idea is having a Git repository that always contains declarative descriptions of the infrastructure currently desired in the environment and an automated process (ArgoCD) to make the environment match the described state in the repository.