Configure OCP4 with declarative management strategy and GitOps.
The repository include configurations to be applied with Kustomize and OpenShift GitOps through ArgoCD.
Inspired by and using resources from the GitOps Catalog and GitOps Cluster Configuration repositories.
The lab cluster is bootstrapped as follows
until ( kustomize build clusters/lab | oc apply -f - ); do
sleep 2;
done