Skip to content

Commit e1cf250

Browse files
committed
Update config path in .Tiltfile and workflows/crd-diff.yaml
Signed-off-by: Edmund Ochieng <[email protected]>
1 parent 027f140 commit e1cf250

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/crd-diff.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
run: |
1818
make verify-crd-compatibility \
1919
CRD_DIFF_ORIGINAL_REF=${{ github.event.pull_request.base.sha }} \
20-
CRD_DIFF_UPDATED_SOURCE="git://${{ github.event.pull_request.head.sha }}?path=config/base/crd/bases/olm.operatorframework.io_clusterextensions.yaml" \
21-
CATALOGD_CRD_DIFF_UPDATED_SOURCE="git://${{ github.event.pull_request.head.sha }}?path=catalogd/config/base/crd/bases/olm.operatorframework.io_clustercatalogs.yaml"
20+
CRD_DIFF_UPDATED_SOURCE="git://${{ github.event.pull_request.head.sha }}?path=config/operator-controller/base/crd/bases/olm.operatorframework.io_clusterextensions.yaml" \
21+
CATALOGD_CRD_DIFF_UPDATED_SOURCE="git://${{ github.event.pull_request.head.sha }}?path=config/catalogd/base/crd/bases/olm.operatorframework.io_clustercatalogs.yaml"

Tiltfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ load('.tilt-support', 'deploy_repo')
22

33
operator_controller = {
44
'image': 'quay.io/operator-framework/operator-controller',
5-
'yaml': 'config/overlays/cert-manager',
5+
'yaml': 'config/operator-controller/overlays/cert-manager',
66
'binaries': {
77
'./cmd/operator-controller': 'operator-controller-controller-manager',
88
},
@@ -13,7 +13,7 @@ deploy_repo('operator-controller', operator_controller, '-tags containers_image_
1313

1414
catalogd = {
1515
'image': 'quay.io/operator-framework/catalogd',
16-
'yaml': 'catalogd/config/overlays/cert-manager',
16+
'yaml': 'config/catalogd/overlays/cert-manager',
1717
'binaries': {
1818
'./catalogd/cmd/catalogd': 'catalogd-controller-manager',
1919
},

0 commit comments

Comments
 (0)