We need to figure out a way to keep the catalogs in dev, ops and prod in sync but without triggering (or making it optional) argocd workflow changes to dev and ops when prod is being released. Mostly because dev and ops might be further ahead already and triggering argocd workflows will effectively roll them "back" to the prod state.
Some context in slack:
We can either go the way of
- opt-in for the argocd workflows to run on dev and ops when prod is triggered when specified explicitly as an input or
- opt-out - making the dev and ops run always and have an input to exclude either both or one of them (list)