Skip to content

Commit

Permalink
feat(tilt): allowing duplicates
Browse files Browse the repository at this point in the history
Co-authored-by: Dario Tranchitella <dario@tranchitella.eu>
  • Loading branch information
jds9090 and prometherion committed Aug 24, 2023
1 parent 584af03 commit 7f2fb90
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 7f2fb90

Please sign in to comment.