Skip to content

Commit 7f2fb90

Browse files
jds9090prometherion
andcommitted
feat(tilt): allowing duplicates
Co-authored-by: Dario Tranchitella <[email protected]>
1 parent 584af03 commit 7f2fb90

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)