based on the fine repo https://github.com/gnunn-gitops/cluster-config
kustomize build base/openshift-gitops/operator/ | oc apply -f -
kustomize build overlays/sandbox/openshift-gitops/instance | oc apply -f -
oc adm groups new argocd-admins USER1 USER2
kustomize build overlays/sandbox/cluster-config | oc apply -f -
TODO
kustomize build overlays/sandbox/cluster-components/cluster-openshift-serverless | oc apply -f - TODO sequence not yet right TODO inter-dependencies not right