tilt-dev / tilt.build

Tilt landing page
https://tilt.dev/
Apache License 2.0
22 stars 61 forks source link

Update helm.md to help users avoid a race condition #1137

Closed chase-miller closed 10 months ago

chase-miller commented 1 year ago

Added resource_deps argument. Without this, this tilt resource will fail on the first run (i.e. where the repo has not yet been added to helm). Also updated to demonstrate how to sync k8s descriptors against a helm_resource that would otherwise fail to apply on first execution.

nicks commented 10 months ago

added the resource_deps to the existing example.

i don't think the other example you added makes sense in a general doc; it depends on a lot of the internals of SecretProviderClass