In a GitOps workflow, what is the best way to handle a configuration that must be different for production versus development clusters?
Overlays are the standard solution for environment-specific differences.
Why this answer
Using Kustomize overlays allows you to maintain a common base and modify specific values for each environment.