Skip to content

Commit 599c532

Browse files
fix catalogd/Tiltfile
1 parent a8f49d9 commit 599c532

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

catalogd/Tiltfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ if not os.path.exists('../tilt-support'):
33

44
load('../tilt-support/Tiltfile', 'deploy_repo')
55

6-
repo = {
6+
catalogd = {
77
'image': 'quay.io/operator-framework/catalogd',
88
'yaml': 'config/overlays/cert-manager',
99
'binaries': {
10-
'manager': 'catalogd-controller-manager',
10+
'catalogd': 'catalogd-controller-manager',
1111
},
1212
'starting_debug_port': 20000,
1313
}
1414

15-
deploy_repo('catalogd', repo, '-tags containers_image_openpgp')
15+
deploy_repo('catalogd', catalogd, '-tags containers_image_openpgp')

0 commit comments

Comments
 (0)