https://www.ory.sh/ logo
g

glamorous-sunset-68314

04/19/2022, 8:26 AM
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

late-iron-66778

04/19/2022, 8:51 AM
There aren't any previous releases. Attempting the release for the first time with
helm install
g

glamorous-sunset-68314

04/19/2022, 8:52 AM
Did you try change your configuration
extraContainers
to a value of
{}
?
It's only a warning, not an error
l

late-iron-66778

04/19/2022, 9:07 AM
@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

glamorous-sunset-68314

04/19/2022, 9:09 AM
I'm not really sure then, sorry I can't be of further help
l

late-iron-66778

04/19/2022, 9:09 AM
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

magnificent-energy-493

04/19/2022, 10:41 AM
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

late-iron-66778

04/19/2022, 10:43 AM
@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

magnificent-energy-493

04/19/2022, 10:59 AM
Ok glad it got resolved.
3 Views