Skip to content

Commit

Permalink
removed finalizers on resources copy
Browse files Browse the repository at this point in the history
  • Loading branch information
evghen1 committed Apr 2, 2024
1 parent 08874c2 commit a84f74e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/resources/xr.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ func CopyComposites(ctx context.Context, logger *log.Logger, sourceContext dynam

for _, xr := range XRs {
xr.SetResourceVersion("")
xr.SetFinalizers(nil)
resourceId := schema.GroupVersionResource{
Group: paramsXRs.Spec.Group,
Version: version.Name,
Expand Down

0 comments on commit a84f74e

Please sign in to comment.