Skip to content

Commit

Permalink
Use supported patch-strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Oct 15, 2021
1 parent d3b9ace commit 4bed1ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion component/main.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,11 @@ local consoleRoutePatch =
}
else
obj
for obj in rl.Patch(target, patch)
for obj in rl.Patch(
target,
patch,
patchstrategy='application/merge-patch+json'
)
]
else
null;
Expand Down

0 comments on commit 4bed1ba

Please sign in to comment.