did some light searching and didn’t see anything s...
# kubernetes
b
did some light searching and didn’t see anything so forgive me if this was asked and answered: Can you use a helm chart from a git repository or does it have to be a chart repository?
b
I believe so, if you can use it from the helm CLI you can do it from helm.Release
b
Didn’t see a way to point the helm.Release to a git repository, I think my best bet is to copy the chart into the same codebase as the pulumi code and reference it on the local file system