Skip to content

Commit 8e3ef78

Browse files
authored
Merge pull request #9302 from prometherion/issues/9300
🐛 Allow duplicate objects in Tiltfile
2 parents a0dc548 + 7f2fb90 commit 8e3ef78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def enable_provider(name, debug):
368368

369369
if p.get("kustomize_config", True):
370370
yaml = read_file("./.tiltbuild/yaml/{}.provider.yaml".format(name))
371-
k8s_yaml(yaml)
371+
k8s_yaml(yaml, allow_duplicates = True)
372372
objs = decode_yaml_stream(yaml)
373373
k8s_resource(
374374
workload = find_object_name(objs, "Deployment"),

0 commit comments

Comments
 (0)