diff --git a/config/overlays/tilt-local-dev/catalogd/kustomization.yaml b/config/overlays/tilt-local-dev/catalogd/kustomization.yaml index c1585f0279..449011f378 100644 --- a/config/overlays/tilt-local-dev/catalogd/kustomization.yaml +++ b/config/overlays/tilt-local-dev/catalogd/kustomization.yaml @@ -6,6 +6,7 @@ commonAnnotations: olm.operatorframework.io/feature-set: tilt resources: - ../../../base/catalogd +- ../../../base/catalogd/crd/experimental - ../../../base/common components: - ../../../components/cert-manager/catalogd diff --git a/config/overlays/tilt-local-dev/operator-controller/kustomization.yaml b/config/overlays/tilt-local-dev/operator-controller/kustomization.yaml index 911459c994..3697a7371e 100644 --- a/config/overlays/tilt-local-dev/operator-controller/kustomization.yaml +++ b/config/overlays/tilt-local-dev/operator-controller/kustomization.yaml @@ -6,6 +6,7 @@ commonAnnotations: olm.operatorframework.io/feature-set: tilt resources: - ../../../base/operator-controller +- ../../../base/operator-controller/crd/experimental - ../../../base/common components: - ../../../components/cert-manager/operator-controller