...
PiplineRuns (stored in git applied via Argo CD)
Reference common spring boot pipeline (stored in git applied via Argo CD)
Common Pipeline taskts:
git clone - params: repo rul, branch, credential reference
mvn build (test) - params: optional build parameters (base image?)
build and push image - params: image tegpush image - params: tg, image storage url, credential referens (base image?)
push k8 desired state to git (picked up by Argo CD) - params: repo rul, branch, credential referens
Med credential referens menas secret som sparas i kluster.
Argo CD
Används för att deploya förändringar i OpenShift kluster
...