```It looks like the configmap was modified with k...
# talk-kratos
g
Copy code
It looks like the configmap was modified with kubectl. Helm will diff on the last release rather than what is running in the cluster.

I think this is quite confusing to users, and once the configmap modified with kubectl, it won't update except 1) either update helm configmap values, 2) or delete the configmap and use helm to redeploy.
l
There aren't any previous releases. Attempting the release for the first time with
helm install
g
Did you try change your configuration
extraContainers
to a value of
{}
?
It's only a warning, not an error
l
@User I'm passing a value of
{}
Which gives an error
at <.Values.deployment.extraContainers>: wrong type for value; expected string; got map[string]interface {}
g
I'm not really sure then, sorry I can't be of further help
l
It's only a warning, not an error
Yes, it was just a warning while using
|
, but installation times out due to it
Sure, thanks
m
Thanks for your help mooijtech 🙌 Feel free to repost this into #self-hosted @User That channel is dedicated to issues with helm and kubernetes.
l
@User was right. That was just a warning, and therefore the reason my installation was failing was due to another reason. Thanks for the help
👍 1
m
Ok glad it got resolved.