Open ycrxun opened 3 years ago
You can install the CRD manually (using kubectl, with the right permissions), in that case the operator will not try to create the CRD. The CRD is here: https://github.com/lightbend/cloudflow/blob/main/core/cloudflow-crd/kubernetes/cloudflow-crd.yaml
Just apply it with kubectl apply -f <crd-file>
Hey @RayRoestenburg
Tried above solution but no joy, operator still attempts to create the CRD. Any advice is appreciated thanks