Configuration-as-Code to continuously deploy (CD) an application to OpenShift.
Deploy the Openshift GitOps operator to the cluster:
$ oc create -f ./manifests/01-operatorsCreate a namespace (OpenShift project) to deploy application into:
$ oc create -f ./manifests/02-namespaceCreate an AppProject and Application to be deployed into the namespace:
$ oc create -f ./manifests/03-gitops