You’re calling a method on an object that is null.
# general
c
You’re calling a method on an object that is null.
c
I am calling a helm install
c
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
Will do thanks
c
I meant that as a question: it’s saying there is a
.replace
somewhere in the code. Are you calling that method?
c
I was missing an argument. That was causing this weird error.