Skip to content

Commit 818e759

Browse files
Tilt must show templates for enabled providers only
1 parent 4ee2872 commit 818e759

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tiltfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,9 @@ def cluster_templates():
446446
})
447447

448448
for provider, provider_dirs in template_dirs.items():
449+
if provider not in get_providers():
450+
continue
451+
449452
p = providers.get(provider)
450453
label = p.get("label", provider)
451454

0 commit comments

Comments
 (0)