Skip to content

Commit f0a5692

Browse files
Drop ALL groups in tilt
1 parent bb3a599 commit f0a5692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tiltfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def build_go_binary(context, reload_deps, debug, go_main, binary_name, label):
249249
build_cmd = build_cmd,
250250
),
251251
deps = live_reload_deps,
252-
labels = [label, "ALL.binaries"],
252+
labels = [label],
253253
)
254254

255255
def build_docker_image(image, context, binary_name, additional_docker_build_commands, additional_docker_helper_commands, port_forwards):
@@ -368,7 +368,7 @@ def enable_provider(name, debug):
368368
workload = find_object_name(objs, "Deployment"),
369369
objects = [find_object_qualified_name(objs, "Provider")] + find_all_objects_names(additional_objs),
370370
new_name = label.lower() + "_controller",
371-
labels = [label, "ALL.controllers"],
371+
labels = [label],
372372
port_forwards = port_forwards,
373373
links = links,
374374
resource_deps = ["provider_crd"] + p.get("resource_deps", []),

0 commit comments

Comments
 (0)