Hello, I am trying to understand the concept of platform engineering. I wonder if the workflow used in this example would be an IDP example?
Deploying to openshift container platform with Gitlab CI and Argo Cd.
When the developer writes a new code and pushes it to the master brache, it creates a new tag ( tag name 0.0.1) then writes the newly created version in the config files. Argo CD listens to gitops and synchronizes the repo and deploys to ocp.