Skip to content

Commit 6095481

Browse files
authored
Merge pull request #7724 from fabriziopandini/tilt-show-templates-for-enabled-providers
🌱 Tilt must show templates for enabled providers only
2 parents 4543a4f + 818e759 commit 6095481

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)