Skip to content

Commit d2fcea3

Browse files
committed
fix(shulker-operator): patch existing resources with a fresh spec
1 parent 229b50c commit d2fcea3

File tree

1 file changed

+1
-1
lines changed
  • packages/shulker-operator/src/reconcilers

1 file changed

+1
-1
lines changed

packages/shulker-operator/src/reconcilers/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ pub async fn reconcile_builder<
120120
api.patch(
121121
&name,
122122
&PatchParams::apply("shulker-operator").force(),
123-
&Patch::Apply(&existing_resource),
123+
&Patch::Apply(&new_resource),
124124
)
125125
.await
126126
.map_err(|e| {

0 commit comments

Comments
 (0)