https://pulumi.com logo
c

creamy-potato-29402

03/06/2019, 7:28 PM
You’re calling a method on an object that is null.
c

chilly-photographer-60932

03/06/2019, 7:28 PM
I am calling a helm install
c

creamy-potato-29402

03/06/2019, 7:29 PM
The error says you are calling a method
replace
on an object that is null.
Look at that line in your code. What are you doing?
c

chilly-photographer-60932

03/06/2019, 7:31 PM
Will do thanks
c

creamy-potato-29402

03/06/2019, 7:32 PM
I meant that as a question: it’s saying there is a
.replace
somewhere in the code. Are you calling that method?
c

chilly-photographer-60932

03/06/2019, 7:37 PM
I was missing an argument. That was causing this weird error.