Skip to content

Commit

Permalink
fix(shulker-operator): patch existing resources with a fresh spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylvln committed Oct 25, 2023
1 parent 229b50c commit d2fcea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shulker-operator/src/reconcilers/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub async fn reconcile_builder<
api.patch(
&name,
&PatchParams::apply("shulker-operator").force(),
&Patch::Apply(&existing_resource),
&Patch::Apply(&new_resource),
)
.await
.map_err(|e| {
Expand Down

0 comments on commit d2fcea3

Please sign in to comment.