Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
r
rich-easter-89163
07/13/2019, 2:24 AM
I can find this on the documentation: there's a way to set a tiemout for a helm chart to complete?
h
helpful-bear-175
07/13/2019, 2:51 AM
--timeout or maybe here
https://www.pulumi.com/docs/reference/pkg/python/pulumi_gcp/cloudfunctions/
w
white-balloon-205
07/13/2019, 2:54 PM
There’s no current way to set a timeout on the whole chart, but you can set custom timeouts on individual kubernetes resources:
https://www.pulumi.com/blog/improving-kubernetes-management-with-pulumis-await-logic/
Post