Skip to content

Commit

Permalink
Merge pull request #97 from kndpio/93-finalizer-warning
Browse files Browse the repository at this point in the history
removed finalizers on resources copy
  • Loading branch information
evghen1 authored Apr 2, 2024
2 parents 4e87f93 + a84f74e commit d43471c
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 @@ -349,6 +349,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 d43471c

Please sign in to comment.