We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When installing multiple helms, Tilt fails with a timeout error(due to the waiting for Helm to finish the process).
This requires me to trigger an update manually.
The text was updated successfully, but these errors were encountered:
👍 for addressing this issue. It would be helpful to add the ability to specify a --timeout option for helm_resource in the helm-apply-helper.py script found here: https://github.com/tilt-dev/tilt-extensions/blob/master/helm_resource/helm-apply-helper.py. This is important because not all services can start within the default 5-minute timeframe.
--timeout
helm_resource
helm-apply-helper.py
Sorry, something went wrong.
This is expected to be set via flags:
helm_resource( ... flags=[ '--timeout', '10m', ] ... )
No branches or pull requests
When installing multiple helms, Tilt fails with a timeout error(due to the waiting for Helm to finish the process).
This requires me to trigger an update manually.
The text was updated successfully, but these errors were encountered: