Skip to content

Commit

Permalink
fixup! Reorganize config to support reusable components
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Short <tshort@redhat.com>
  • Loading branch information
tmshort committed Jul 3, 2024
1 parent 6e1fa6a commit bb53f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos = cfg.get('repos', ['operator-controller', 'catalogd'])

repo = {
'image': 'quay.io/operator-framework/operator-controller',
'yaml': 'config/secure',
'yaml': 'config/overlays/cert-manager',
'binaries': {
'manager': 'operator-controller-controller-manager',
},
Expand Down

0 comments on commit bb53f26

Please sign in to comment.