We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584af03 commit 7f2fb90Copy full SHA for 7f2fb90
Tiltfile
@@ -368,7 +368,7 @@ def enable_provider(name, debug):
368
369
if p.get("kustomize_config", True):
370
yaml = read_file("./.tiltbuild/yaml/{}.provider.yaml".format(name))
371
- k8s_yaml(yaml)
+ k8s_yaml(yaml, allow_duplicates = True)
372
objs = decode_yaml_stream(yaml)
373
k8s_resource(
374
workload = find_object_name(objs, "Deployment"),
0 commit comments