From bb53f26007c2682f770b6faea4d0b3e4c3f65eb9 Mon Sep 17 00:00:00 2001 From: Todd Short Date: Wed, 3 Jul 2024 13:25:10 -0400 Subject: [PATCH] fixup! Reorganize config to support reusable components Signed-off-by: Todd Short --- Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiltfile b/Tiltfile index ebf2f787..33021290 100644 --- a/Tiltfile +++ b/Tiltfile @@ -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', },