You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This used to work as they were dereferenced during the build of the OLM bundle.
Now that the CFO is managed by the ODH operator v2 using plain Kustomize manifests, they must be dereferenced beforehand, also because it'll be required for disconnected environments.
That can be added as extra commands run in the manifests target for example:
Currently MCAD CRDs are included by references:
codeflare-operator/config/crd/mcad/kustomization.yaml
Line 4 in 1268065
This used to work as they were dereferenced during the build of the OLM bundle.
Now that the CFO is managed by the ODH operator v2 using plain Kustomize manifests, they must be dereferenced beforehand, also because it'll be required for disconnected environments.
That can be added as extra commands run in the
manifests
target for example:And remove the inclusion of the
mcad
directory from theconfig/crd/kustomization.yaml
file.The text was updated successfully, but these errors were encountered: