Skip to content

Commit

Permalink
Merge pull request #9302 from prometherion/issues/9300
Browse files Browse the repository at this point in the history
🐛 Allow duplicate objects in Tiltfile
  • Loading branch information
k8s-ci-robot committed Aug 25, 2023
2 parents a0dc548 + 7f2fb90 commit 8e3ef78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ def enable_provider(name, debug):

if p.get("kustomize_config", True):
yaml = read_file("./.tiltbuild/yaml/{}.provider.yaml".format(name))
k8s_yaml(yaml)
k8s_yaml(yaml, allow_duplicates = True)
objs = decode_yaml_stream(yaml)
k8s_resource(
workload = find_object_name(objs, "Deployment"),
Expand Down

0 comments on commit 8e3ef78

Please sign in to comment.