https://pulumi.com logo
#general
Title
# general
c

cuddly-ice-6853

07/06/2022, 3:43 PM
I want to install Vector helm charts on my K8s pods, but I am not able to pass provider for my below code
Copy code
vector = Chart('vector', ChartOpts(
    fetch_opts={'repo': '<https://helm.vector.dev>'},
    chart='vector'
))
How to pass provider in python?. I have a custom provider code
Copy code
custom_provider = Provider(
    "inflation_provider", kubeconfig=kube_config
)
b

billowy-army-68599

07/06/2022, 3:56 PM
c

cuddly-ice-6853

07/06/2022, 4:00 PM
Yes @billowy-army-68599 it worked 🙂
❤️ 1
3 Views