The Codefresh Software Delivery Platform (CSDP) integrates the full suite of Argo tools into a unified system to enhance software deployment processes on a large scale, utilizing the principles of GitOps for efficient and repeatable configurations. New users start by installing the CSDP runtime on Kubernetes clusters, creating a Git repository with Kubernetes manifests that support GitOps-style deployments. This setup allows for seamless updates and configuration changes, which are made in the Git repository and synchronized by Argo CD. The article details two configuration examples: adjusting Argo CD's Git polling interval for deployments and configuring Argo Workflows to store logs in an S3 bucket. Both examples demonstrate the use of Kustomize for managing configurations, highlighting the importance of adding annotations to Kubernetes Deployments to automatically apply configuration changes without manual intervention, thereby adhering to GitOps principles. These practices ensure that any updates or configurations are tracked, consistent, and easily replicable across environments.