From 8ecff63a774139c6187f8a4b8336d25849482a2d Mon Sep 17 00:00:00 2001 From: everettraven Date: Tue, 11 Jun 2024 16:27:20 -0400 Subject: [PATCH] allow duplicates in k8s_yaml Signed-off-by: everettraven --- Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiltfile b/Tiltfile index 9ac3eb4..00564f1 100644 --- a/Tiltfile +++ b/Tiltfile @@ -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: