Skip to content

Commit

Permalink
remove force
Browse files Browse the repository at this point in the history
  • Loading branch information
okozachenko1203 committed Feb 7, 2025
1 parent d30c7fa commit 895ff31
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions magnum_cluster_api/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@ def apply(self) -> None:
headers={
"Content-Type": "application/merge-patch+json",
},
params={
"fieldManager": "atmosphere-operator",
"force": True,
},
data=json.dumps(resource.obj),
)
)
Expand Down

0 comments on commit 895ff31

Please sign in to comment.