do you want to download values file from the given url?
prehistoric-activity-61023
09/30/2021, 3:19 PM
considering that pulumi uses fully fletched programming language, you can make HTTP call (e.g. using requests or httpx in python), get values and pass it to HelmRelease resource
prehistoric-activity-61023
09/30/2021, 3:20 PM
Although, I’d think twice before implementing that as it can give you non deterministic outputs. That is, without any changes to pulumi project source code, it can generate different outputs or fail if the external API is not available.