Skip to content

Commit

Permalink
allow duplicates in k8s_yaml
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <[email protected]>
  • Loading branch information
everettraven committed Jun 11, 2024
1 parent 823d6ae commit 8ecff63
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 @@ -120,7 +120,7 @@ def process_yaml(yaml):
c['image'] = '{}:{}'.format(image_without_tag, command)

# Now apply all the yaml
k8s_yaml(encode_yaml_stream(objects))
k8s_yaml(encode_yaml_stream(objects), allow_duplicates=True)


# data format:
Expand Down

0 comments on commit 8ecff63

Please sign in to comment.