We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55428db commit b7ab309Copy full SHA for b7ab309
catalogd/Tiltfile
@@ -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')
+load('../Tiltfile', 'deploy_repo')
5
6
repo = {
7
'image': 'quay.io/operator-framework/catalogd',
8
'yaml': 'config/overlays/cert-manager',
9
'binaries': {
10
- 'manager': 'catalogd-controller-manager',
+ 'catalogd': 'catalogd-controller-manager',
11
},
12
'starting_debug_port': 20000,
13
}
0 commit comments