Skip to content

helm: fix chart values merge

Jaime Nuche requested to merge fix into main

The maps.Copy function we were using before peforms a shallow merge, which is not what we want. Default nested values in the chart get lost with a shallow merge

Merge request reports