tilt-dev / tilt-extensions

Extensions for Tilt
https://tilt.dev/
Apache License 2.0
200 stars 156 forks source link

helm_resource: allow images to be injected twice #569

Closed nicks closed 4 months ago

nicks commented 4 months ago

fixes https://github.com/tilt-dev/tilt-extensions/issues/528

Signed-off-by: Nick Santos nick.santos@docker.com

nicks commented 4 months ago

a lot of what i struggled with here was what the right "interface" for users should be.

i think we want to error out if a user adds duplicate elements to image_deps, but i could be convinced otherwise