glamorous-sunset-68314
04/19/2022, 8:26 AMIt 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.
late-iron-66778
04/19/2022, 8:51 AMhelm install
glamorous-sunset-68314
04/19/2022, 8:52 AMextraContainers
to a value of {}
?late-iron-66778
04/19/2022, 9:07 AM{}
Which gives an error at <.Values.deployment.extraContainers>: wrong type for value; expected string; got map[string]interface {}
glamorous-sunset-68314
04/19/2022, 9:09 AMlate-iron-66778
04/19/2022, 9:09 AMIt's only a warning, not an errorYes, it was just a warning while using
|
, but installation times out due to itmagnificent-energy-493
late-iron-66778
04/19/2022, 10:43 AMmagnificent-energy-493