Skip to content

Commit b7ab309

Browse files
unify
1 parent 55428db commit b7ab309

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

catalogd/Tiltfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
if not os.path.exists('../tilt-support'):
2-
fail('Please clone https://github.com/operator-framework/tilt-support to ../tilt-support')
3-
4-
load('../tilt-support/Tiltfile', 'deploy_repo')
1+
load('../Tiltfile', 'deploy_repo')
52

63
repo = {
74
'image': 'quay.io/operator-framework/catalogd',
85
'yaml': 'config/overlays/cert-manager',
96
'binaries': {
10-
'manager': 'catalogd-controller-manager',
7+
'catalogd': 'catalogd-controller-manager',
118
},
129
'starting_debug_port': 20000,
1310
}

0 commit comments

Comments
 (0)