Skip to content

Commit

Permalink
Merge pull request #75 from kndpio/74-merge-problem
Browse files Browse the repository at this point in the history
fixed merge lost lines
  • Loading branch information
evghen1 authored Mar 1, 2024
2 parents 4a84c53 + 5cdd6c0 commit a133ee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/resources/xr.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ func ApplyResources(ctx context.Context, client *dynamic.DynamicClient, logger *
logger.Infof("Resource %s from %s successfully applied", res.GetName(), res.GetAPIVersion())
}
}

return nil
}

func MoveCompositeResources(ctx context.Context, logger *log.Logger, sourceContext dynamic.Interface, destinationContext dynamic.Interface, XRDs []unstructured.Unstructured) error {
for _, xrd := range XRDs {
Expand Down

0 comments on commit a133ee3

Please sign in to comment.