GitOps

Configuration-as-Code to continuously deploy (CD) an application to OpenShift.

Step 1

Deploy the Openshift GitOps operator to the cluster:

$ oc create -f ./manifests/01-operators

Step 2

Create a namespace (OpenShift project) to deploy application into:

$ oc create -f ./manifests/02-namespace

Step 3

Create an AppProject and Application to be deployed into the namespace:

$ oc create -f ./manifests/03-gitops