Skip to content

Commit 7bde7c9

Browse files
authored
Add experimental CRDs into Tilt config (#2079)
Signed-off-by: Todd Short <tshort@redhat.com>
1 parent 1333f7b commit 7bde7c9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

config/overlays/tilt-local-dev/catalogd/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ commonAnnotations:
66
olm.operatorframework.io/feature-set: tilt
77
resources:
88
- ../../../base/catalogd
9+
- ../../../base/catalogd/crd/experimental
910
- ../../../base/common
1011
components:
1112
- ../../../components/cert-manager/catalogd

config/overlays/tilt-local-dev/operator-controller/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ commonAnnotations:
66
olm.operatorframework.io/feature-set: tilt
77
resources:
88
- ../../../base/operator-controller
9+
- ../../../base/operator-controller/crd/experimental
910
- ../../../base/common
1011
components:
1112
- ../../../components/cert-manager/operator-controller

0 commit comments

Comments
 (0)